#FE5F07

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

Shades of Safety Orange #FE5F07

Tints of Safety Orange #FE5F07

Color information

#FE5F07 (or 0xFE5F07) is unknown color: approx Safety Orange. HEX triplet: FE, 5F and 07. RGB value is (254,95,7). Sum of RGB (Red+Green+Blue) = 254+95+7=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5F07 is #01A0F8. Grayscale: #858585. Windows color (decimal): -106745 or 483326. OLE color: 483326.

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

Color convert

RGB254957-
CMYK00.630.970.00
HSL21.38º99.2%51.18%-
HSV(B)21.38º97.24%99.61%-
XYZ4529.273.48-
YUV132.5157.18214.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 71.35%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 7 (3.12% from 255) = 1.97%
R=71.35%
G=26.69%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25495700.630.970.0021.3899.251.18
HexFE5F703F610156333
Octal376137707714102514363
Binary111111101011111111011111111000010101011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5F07; }

 p { color: rgb(254,95,7); }

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

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

 a { background-color: rgb(254,95,7); }

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

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

 span { border-color: rgb(254,95,7); }

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