#FE5E0F

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

Shades of Safety Orange #FE5E0F

Tints of Safety Orange #FE5E0F

Color information

#FE5E0F (or 0xFE5E0F) is unknown color: approx Safety Orange. HEX triplet: FE, 5E and 0F. RGB value is (254,94,15). Sum of RGB (Red+Green+Blue) = 254+94+15=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5E0F is #01A1F0. Grayscale: #858585. Windows color (decimal): -106993 or 1007358. OLE color: 1007358.

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

Color convert

RGB2549415-
CMYK00.630.940.00
HSL19.83º99.17%52.75%-
HSV(B)19.83º94.09%99.61%-
XYZ44.9629.113.7-
YUV132.8361.51214.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 69.97%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 15 (6.25% from 255) = 4.13%
R=69.97%
G=25.90%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254941500.630.940.0019.8399.1752.75
HexFE5EF03F5E0146335
Octal3761361707713602414365
Binary1111111010111101111011111110111100101001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5E0F; }

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

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

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

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

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

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

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

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