Html Css Color HEX #FF6408 Safety Orange

📋 copy color: '#FF6408'

red 255 ◦ green 100 ◦ blue 8

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

Shades of Safety Orange #FF6408

Tints of Safety Orange #FF6408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.2%

R = 70.25%
G = 27.55%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF6408 (or 0xFF6408) is known color: Safety Orange. HEX triplet: FF, 64 and 08. RGB value is (255,100,8). Sum of RGB (Red+Green+Blue) = 255+100+8=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6408 is #009BF7. Grayscale: #888888. Windows color (decimal): -39928 or 550143. OLE color: 550143.

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

Color convert

RGB 255 100 8 -
CMYK 0 0.61 0.97 0
HSL 22.35º 1% 0.52% -
HSV(B) 22.35º 0.97% 1% -
XYZ 45.84 30.39 3.68 -
YUV 135.86 55.85 212.98 -
System Red Green Blue C M Y K H S L
Decimal 255 100 8 0 0.61 0.97 0 22.35 1 0.52
Hex FF 64 8 0 3D 61 0 16 64 34
Octal 377 144 10 0 75 141 0 26 144 64
Binary 11111111 1100100 1000 0 111101 1100001 0 10110 1100100 110100

Color Harmonies of #FF6408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6408

Black with #FF6408

Text Example


Text Example

White with #FF6408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6408; }

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

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

background-color css

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

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

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

border-color css

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

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

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