#FE6007

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

Shades of Safety Orange #FE6007

Tints of Safety Orange #FE6007

Color information

#FE6007 (or 0xFE6007) is unknown color: approx Safety Orange. HEX triplet: FE, 60 and 07. RGB value is (254,96,7). Sum of RGB (Red+Green+Blue) = 254+96+7=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6007 is #019FF8. Grayscale: #858585. Windows color (decimal): -106489 or 483582. OLE color: 483582.

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

Color convert

RGB254967-
CMYK00.620.970.00
HSL21.62º99.2%51.18%-
HSV(B)21.62º97.24%99.61%-
XYZ45.0929.453.51-
YUV133.156.85214.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 71.15%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 7 (3.12% from 255) = 1.96%
R=71.15%
G=26.89%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25496700.620.970.0021.6299.251.18
HexFE60703E610166333
Octal376140707614102614363
Binary111111101100000111011111011000010101101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6007; }

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

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

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

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

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

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

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

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