Html Css Color HEX #FE7506 Safety Orange

📋 copy color: '#FE7506'

red 254 ◦ green 117 ◦ blue 6

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

Shades of Safety Orange #FE7506

Tints of Safety Orange #FE7506

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.03%

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

R = 67.37%
G = 31.03%
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

#FE7506 (or 0xFE7506) is known color: Safety Orange. HEX triplet: FE, 75 and 06. RGB value is (254,117,6). Sum of RGB (Red+Green+Blue) = 254+117+6=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7506 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7506 is #018AF9. Grayscale: #919191. Windows color (decimal): -101114 or 423422. OLE color: 423422.

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

Color convert

RGB 254 117 6 -
CMYK 0 0.54 0.98 0.00
HSL 26.85º 0.99% 0.51% -
HSV(B) 26.85º 0.98% 1% -
XYZ 47.27 33.81 4.21 -
YUV 145.31 49.39 205.53 -
System Red Green Blue C M Y K H S L
Decimal 254 117 6 0 0.54 0.98 0.00 26.85 0.99 0.51
Hex FE 75 6 0 36 62 0 1B 63 33
Octal 376 165 6 0 66 142 0 33 143 63
Binary 11111110 1110101 110 0 110110 1100010 0 11011 1100011 110011

Color Harmonies of #FE7506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7506

Black with #FE7506

Text Example


Text Example

White with #FE7506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7506; }

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

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

background-color css

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

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

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

border-color css

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

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

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