Html Css Color HEX #FE6B06 Safety Orange

📋 copy color: '#FE6B06'

red 254 ◦ green 107 ◦ blue 6

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

Shades of Safety Orange #FE6B06

Tints of Safety Orange #FE6B06

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

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

R = 69.21%
G = 29.16%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE6B06 (or 0xFE6B06) is known color: Safety Orange. HEX triplet: FE, 6B and 06. RGB value is (254,107,6). Sum of RGB (Red+Green+Blue) = 254+107+6=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 6 (2.73% from 255 or 1.63% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6B06 is #0194F9. Grayscale: #8B8B8B. Windows color (decimal): -103674 or 420862. OLE color: 420862.

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

Color convert

RGB 254 107 6 -
CMYK 0 0.58 0.98 0.00
HSL 24.44º 0.99% 0.51% -
HSV(B) 24.44º 0.98% 1% -
XYZ 46.16 31.6 3.84 -
YUV 139.44 52.7 209.71 -
System Red Green Blue C M Y K H S L
Decimal 254 107 6 0 0.58 0.98 0.00 24.44 0.99 0.51
Hex FE 6B 6 0 3A 62 0 18 63 33
Octal 376 153 6 0 72 142 0 30 143 63
Binary 11111110 1101011 110 0 111010 1100010 0 11000 1100011 110011

Color Harmonies of #FE6B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6B06

Black with #FE6B06

Text Example


Text Example

White with #FE6B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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