#FE5E0B

Color #FE5E0B Safety Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Safety Orange #FE5E0B

Tints of Safety Orange #FE5E0B

Color information

#FE5E0B (or 0xFE5E0B) is unknown color: approx Safety Orange. HEX triplet: FE, 5E and 0B. RGB value is (254,94,11). Sum of RGB (Red+Green+Blue) = 254+94+11=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5E0B is #01A1F4. Grayscale: #848484. Windows color (decimal): -106997 or 745214. OLE color: 745214.

HSL color Cylindrical-coordinate representation of color #FE5E0B: hue angle of 20.49º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE5E0B is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB2549411-
CMYK00.630.960.00
HSL20.49º99.18%51.96%-
HSV(B)20.49º95.67%99.61%-
XYZ44.9429.13.57-
YUV132.3859.51214.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 70.75%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 11 (4.69% from 255) = 3.06%
R=70.75%
G=26.18%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254941100.630.960.0020.4999.1851.96
HexFE5EB03F600146334
Octal3761361307714002414364
Binary1111111010111101011011111111000000101001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5E0B; }

 p { color: rgb(254,94,11); }

 H1.HeaderClassName
 {
   color: #FE5E0B;
 }
 .AnyTagClassName
 {
   color: #FE5E0B;
 }
</style>
background-color css

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

 a { background-color: rgb(254,94,11); }

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

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

 span { border-color: rgb(254,94,11); }

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