#FE6802

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

Shades of Safety Orange #FE6802

Tints of Safety Orange #FE6802

Color information

#FE6802 (or 0xFE6802) is unknown color: approx Safety Orange. HEX triplet: FE, 68 and 02. RGB value is (254,104,2). Sum of RGB (Red+Green+Blue) = 254+104+2=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6802 is #0197FD. Grayscale: #898989. Windows color (decimal): -104446 or 157950. OLE color: 157950.

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

Color convert

RGB2541042-
CMYK00.590.990.00
HSL24.29º99.21%50.2%-
HSV(B)24.29º99.21%99.61%-
XYZ45.8330.983.62-
YUV137.2251.7211.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 70.56%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=70.56%
G=28.89%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254104200.590.990.0024.2999.2150.2
HexFE68203B630186332
Octal376150207314303014362
Binary11111110110100010011101111000110110001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6802; }

 p { color: rgb(254,104,2); }

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

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

 a { background-color: rgb(254,104,2); }

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

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

 span { border-color: rgb(254,104,2); }

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