Html Css Color HEX #FE6406 Safety Orange

📋 copy color: '#FE6406'

red 254 ◦ green 100 ◦ blue 6

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

Shades of Safety Orange #FE6406

Tints of Safety Orange #FE6406

RGB

 RED value IS 254 (99.61% from 255) = 70.56%

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

 BLUE value IS 6 (2.73% from 255) = 1.67%

R = 70.56%
G = 27.78%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE6406 (or 0xFE6406) is known color: Safety Orange. HEX triplet: FE, 64 and 06. RGB value is (254,100,6). Sum of RGB (Red+Green+Blue) = 254+100+6=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6406 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6406 is #019BF9. Grayscale: #878787. Windows color (decimal): -105466 or 419070. OLE color: 419070.

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

Color convert

RGB 254 100 6 -
CMYK 0 0.61 0.98 0.00
HSL 22.74º 0.99% 0.51% -
HSV(B) 22.74º 0.98% 1% -
XYZ 45.46 30.2 3.6 -
YUV 135.33 55.02 212.64 -
System Red Green Blue C M Y K H S L
Decimal 254 100 6 0 0.61 0.98 0.00 22.74 0.99 0.51
Hex FE 64 6 0 3D 62 0 17 63 33
Octal 376 144 6 0 75 142 0 27 143 63
Binary 11111110 1100100 110 0 111101 1100010 0 10111 1100011 110011

Color Harmonies of #FE6406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6406

Black with #FE6406

Text Example


Text Example

White with #FE6406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6406; }

 p { color: rgb(254,100,6); }

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

background-color css

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

 a { background-color: rgb(254,100,6); }

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

border-color css

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

 span { border-color: rgb(254,100,6); }

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