#fe6404

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

Shades of Safety Orange #FE6404

Tints of Safety Orange #FE6404

Color information

#FE6404 (or 0xFE6404) is unknown color: approx Safety Orange. HEX triplet: FE, 64 and 04. RGB value is (254,100,4). Sum of RGB (Red+Green+Blue) = 254+100+4=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6404 is #019BFB. Grayscale: #878787. Windows color (decimal): -105468 or 287998. OLE color: 287998.

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

Color convert

RGB2541004-
CMYK00.610.980.00
HSL23.04º99.21%50.59%-
HSV(B)23.04º98.43%99.61%-
XYZ45.4530.193.55-
YUV135.154.02212.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 70.95%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 4 (1.95% from 255) = 1.12%
R=70.95%
G=27.93%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254100400.610.980.0023.0499.2150.59
HexFE64403D620176333
Octal376144407514202714363
Binary111111101100100100011110111000100101111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe6404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe6404; }

 p { color: rgb(254,100,4); }

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

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

 a { background-color: rgb(254,100,4); }

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

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

 span { border-color: rgb(254,100,4); }

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