#FE6003

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

Shades of Safety Orange #FE6003

Tints of Safety Orange #FE6003

Color information

#FE6003 (or 0xFE6003) is unknown color: approx Safety Orange. HEX triplet: FE, 60 and 03. RGB value is (254,96,3). Sum of RGB (Red+Green+Blue) = 254+96+3=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6003 is #019FFC. Grayscale: #858585. Windows color (decimal): -106493 or 221438. OLE color: 221438.

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

Color convert

RGB254963-
CMYK00.620.990.00
HSL22.23º99.21%50.39%-
HSV(B)22.23º98.82%99.61%-
XYZ45.0729.443.39-
YUV132.6454.85214.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 71.95%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 3 (1.56% from 255) = 0.85%
R=71.95%
G=27.20%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25496300.620.990.0022.2399.2150.39
HexFE60303E630166332
Octal376140307614302614362
Binary11111110110000011011111011000110101101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6003; }

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

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

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

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

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

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

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

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