Html Css Color HEX #FF640F Safety Orange

📋 copy color: '#FF640F'

red 255 ◦ green 100 ◦ blue 15

#FF640F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Safety Orange #FF640F

Tints of Safety Orange #FF640F

RGB

 RED value IS 255 (100% from 255) = 68.92%

 GREEN value IS 100 (39.45% from 255) = 27.03%

 BLUE value IS 15 (6.25% from 255) = 4.05%

R = 68.92%
G = 27.03%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF640F (or 0xFF640F) is known color: Safety Orange. HEX triplet: FF, 64 and 0F. RGB value is (255,100,15). Sum of RGB (Red+Green+Blue) = 255+100+15=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF640F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF640F is #009BF0. Grayscale: #898989. Windows color (decimal): -39921 or 1008895. OLE color: 1008895.

HSL color Cylindrical-coordinate representation of color #FF640F: hue angle of 21.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF640F is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 100 15 -
CMYK 0 0.61 0.94 0
HSL 21.25º 1% 0.53% -
HSV(B) 21.25º 0.94% 1% -
XYZ 45.88 30.41 3.9 -
YUV 136.66 59.35 212.41 -
System Red Green Blue C M Y K H S L
Decimal 255 100 15 0 0.61 0.94 0 21.25 1 0.53
Hex FF 64 F 0 3D 5E 0 15 64 35
Octal 377 144 17 0 75 136 0 25 144 65
Binary 11111111 1100100 1111 0 111101 1011110 0 10101 1100100 110101

Color Harmonies of #FF640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF640F

Black with #FF640F

Text Example


Text Example

White with #FF640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF640F; }

 p { color: rgb(255,100,15); }

 H1.HeaderClassName
 {
   color: #FF640F;
 }
 .AnyTagClassName
 {
   color: #FF640F;
 }
</style>

background-color css

<style>
 a { background-color: #FF640F; }

 a { background-color: rgb(255,100,15); }

 div.DivClassName
 {
   background-color: #FF640F;
 }
 .BgClassName
 {
   background-color: #FF640F;
 }
</style>

border-color css

<style>
 span { border-color: #FF640F; }

 span { border-color: rgb(255,100,15); }

 td.TdClassName
 {
   border-color: #FF640F;
 }
 .TagClassName
 {
   border-color: #FF640F;
 }
</style>