#F86108

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

Shades of Safety Orange #F86108

Tints of Safety Orange #F86108

Color information

#F86108 (or 0xF86108) is unknown color: approx Safety Orange. HEX triplet: F8, 61 and 08. RGB value is (248,97,8). Sum of RGB (Red+Green+Blue) = 248+97+8=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F86108 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86108 is #079EF7. Grayscale: #848484. Windows color (decimal): -499448 or 549368. OLE color: 549368.

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

Color convert

RGB248978-
CMYK00.610.970.03
HSL22.25º94.49%50.2%-
HSV(B)22.25º96.77%97.25%-
XYZ43.0328.523.47-
YUV13258.03210.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 70.25%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 8 (3.52% from 255) = 2.27%
R=70.25%
G=27.48%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24897800.610.970.0322.2594.4950.2
HexF861803D613165e32
Octal3701411007514132613662
Binary11111000110000110000111101110000111101101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86108; }

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

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

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

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

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

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

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

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