#F66108

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

Shades of Safety Orange #F66108

Tints of Safety Orange #F66108

Color information

#F66108 (or 0xF66108) is unknown color: approx Safety Orange. HEX triplet: F6, 61 and 08. RGB value is (246,97,8). Sum of RGB (Red+Green+Blue) = 246+97+8=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F66108 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66108 is #099EF7. Grayscale: #838383. Windows color (decimal): -630520 or 549366. OLE color: 549366.

HSL color Cylindrical-coordinate representation of color #F66108: hue angle of 22.44º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F66108 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB246978-
CMYK00.610.970.04
HSL22.44º93.7%49.8%-
HSV(B)22.44º96.75%96.47%-
XYZ42.3228.163.43-
YUV131.458.36209.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 70.09%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 8 (3.52% from 255) = 2.28%
R=70.09%
G=27.64%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24697800.610.970.0422.4493.749.8
HexF661803D614165e32
Octal3661411007514142613662
Binary111101101100001100001111011100001100101101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66108; }

 p { color: rgb(246,97,8); }

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

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

 a { background-color: rgb(246,97,8); }

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

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

 span { border-color: rgb(246,97,8); }

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