#FE6808

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

Shades of Safety Orange #FE6808

Tints of Safety Orange #FE6808

Color information

#FE6808 (or 0xFE6808) is unknown color: approx Safety Orange. HEX triplet: FE, 68 and 08. RGB value is (254,104,8). Sum of RGB (Red+Green+Blue) = 254+104+8=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6808 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6808 is #0197F7. Grayscale: #8A8A8A. Windows color (decimal): -104440 or 551166. OLE color: 551166.

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

Color convert

RGB2541048-
CMYK00.590.970.00
HSL23.41º99.19%51.37%-
HSV(B)23.41º96.85%99.61%-
XYZ45.8730.993.79-
YUV137.9154.7210.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 69.40%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 8 (3.52% from 255) = 2.19%
R=69.40%
G=28.42%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254104800.590.970.0023.4199.1951.37
HexFE68803B610176333
Octal3761501007314102714363
Binary1111111011010001000011101111000010101111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6808; }

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

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

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

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

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

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

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

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