Html Css Color HEX #FE5B06 Safety Orange

📋 copy color: '#FE5B06'

red 254 ◦ green 91 ◦ blue 6

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

Shades of Safety Orange #FE5B06

Tints of Safety Orange #FE5B06

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.93%

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

R = 72.36%
G = 25.93%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE5B06 (or 0xFE5B06) is known color: Safety Orange. HEX triplet: FE, 5B and 06. RGB value is (254,91,6). Sum of RGB (Red+Green+Blue) = 254+91+6=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5B06 is #01A4F9. Grayscale: #828282. Windows color (decimal): -107770 or 416766. OLE color: 416766.

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

Color convert

RGB 254 91 6 -
CMYK 0 0.64 0.98 0.00
HSL 20.56º 0.99% 0.51% -
HSV(B) 20.56º 0.98% 1% -
XYZ 44.65 28.57 3.33 -
YUV 130.05 58 216.41 -
System Red Green Blue C M Y K H S L
Decimal 254 91 6 0 0.64 0.98 0.00 20.56 0.99 0.51
Hex FE 5B 6 0 40 62 0 15 63 33
Octal 376 133 6 0 100 142 0 25 143 63
Binary 11111110 1011011 110 0 1000000 1100010 0 10101 1100011 110011

Color Harmonies of #FE5B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5B06

Black with #FE5B06

Text Example


Text Example

White with #FE5B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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