Html Css Color HEX #FE7406 Safety Orange

📋 copy color: '#FE7406'

red 254 ◦ green 116 ◦ blue 6

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

Shades of Safety Orange #FE7406

Tints of Safety Orange #FE7406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

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

R = 67.55%
G = 30.85%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE7406 (or 0xFE7406) is known color: Safety Orange. HEX triplet: FE, 74 and 06. RGB value is (254,116,6). Sum of RGB (Red+Green+Blue) = 254+116+6=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7406 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7406 is #018BF9. Grayscale: #919191. Windows color (decimal): -101370 or 423166. OLE color: 423166.

HSL color Cylindrical-coordinate representation of color #FE7406: hue angle of 26.61º 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 #FE7406 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 116 6 -
CMYK 0 0.54 0.98 0.00
HSL 26.61º 0.99% 0.51% -
HSV(B) 26.61º 0.98% 1% -
XYZ 47.15 33.57 4.17 -
YUV 144.72 49.72 205.94 -
System Red Green Blue C M Y K H S L
Decimal 254 116 6 0 0.54 0.98 0.00 26.61 0.99 0.51
Hex FE 74 6 0 36 62 0 1B 63 33
Octal 376 164 6 0 66 142 0 33 143 63
Binary 11111110 1110100 110 0 110110 1100010 0 11011 1100011 110011

Color Harmonies of #FE7406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7406

Black with #FE7406

Text Example


Text Example

White with #FE7406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7406; }

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

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

background-color css

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

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

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

border-color css

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

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

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