Html Css Color HEX #FE7606 Safety Orange

📋 copy color: '#FE7606'

red 254 ◦ green 118 ◦ blue 6

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

Shades of Safety Orange #FE7606

Tints of Safety Orange #FE7606

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.22%

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

R = 67.2%
G = 31.22%
B = 1.59%

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

#FE7606 (or 0xFE7606) is known color: Safety Orange. HEX triplet: FE, 76 and 06. RGB value is (254,118,6). Sum of RGB (Red+Green+Blue) = 254+118+6=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7606 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7606 is #0189F9. Grayscale: #929292. Windows color (decimal): -100858 or 423678. OLE color: 423678.

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

Color convert

RGB 254 118 6 -
CMYK 0 0.54 0.98 0.00
HSL 27.1º 0.99% 0.51% -
HSV(B) 27.1º 0.98% 1% -
XYZ 47.38 34.04 4.25 -
YUV 145.9 49.06 205.11 -
System Red Green Blue C M Y K H S L
Decimal 254 118 6 0 0.54 0.98 0.00 27.1 0.99 0.51
Hex FE 76 6 0 36 62 0 1B 63 33
Octal 376 166 6 0 66 142 0 33 143 63
Binary 11111110 1110110 110 0 110110 1100010 0 11011 1100011 110011

Color Harmonies of #FE7606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7606

Black with #FE7606

Text Example


Text Example

White with #FE7606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7606; }

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

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

background-color css

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

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

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

border-color css

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

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

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