Color Hex Logo

#ff640f Color Hex

#FF640F
(255,100,15)
0 Favorites   0 Comments

Color spaces of #ff640f

RGB 25510015
HSL0.061.000.53
HSV21°94°100°
CMYK 0.000.610.94   0.00
XYZ45.883430.40883.9031
Yxy30.40880.57210.3792
Hunter Lab55.144252.020934.4044
CIE-Lab62.005456.001568.5473

#ff640f color RGB value is (255,100,15).

#ff640f hex color red value is 255, green value is 100 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ff640f hue: 0.06 , saturation: 1.00 and the lightness value of ff640f is 0.53.

The process color (four color CMYK) of #ff640f color hex is 0.00, 0.61, 0.94, 0.00. Web safe color of #ff640f is #ff6600. Color #ff640f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100100 00001111
Octal 377 144 17
Decimal 255 100 15
Hex FF 64 F

RGB Percentages of Color #ff640f

%68.92
%27.03
%4.05

CMYK Percentages of Color #ff640f

%0
%61
%94
%0

Triadic Colors of #ff640f

#ff640f #0fff64 #640fff

Analogous Colors of #ff640f

#ff640f #ffdc0f #ff0f32

Monochromatic Colors of #ff640f

#ff640f

Complementary Color

#ff640f #0faaff

#ff640f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff640f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff640f Color CSS Codes

.mybgcolor {background-color:#ff640f; } 
.myforecolor {color:#ff640f; }
.mybordercolor {border:3px solid #ff640f; }

#ff640f Text Font Color

<p style="color:#ff640f">Text here</p>

This sample text font color is #ff640f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ff640f Background Color

<div style="background-color:#ff640f">
Div content here</div>

This div background color is #ff640f


#ff640f Border Color

<div style="border:3px solid #ff640f">
Div here</div>

This div border color is #ff640f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,100,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff640f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff640f;
  -webkit-box-shadow: 1px 1px 3px 2px #ff640f;
  box-shadow:         1px 1px 3px 2px #ff640f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,100,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ff640f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ff640f;
  -webkit-box-shadow: 1px 1px 3px 2px #ff640f;
  box-shadow:         1px 1px 3px 2px #ff640f;">
Div content here</div>

This div box has shadow with color #ff640f

Related Colors

#ff640f Color Palettes


Comments

No comments written yet.

Please login to write comment.