#F86E07

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

Shades of Safety Orange #F86E07

Tints of Safety Orange #F86E07

Color information

#F86E07 (or 0xF86E07) is unknown color: approx Safety Orange. HEX triplet: F8, 6E and 07. RGB value is (248,110,7). Sum of RGB (Red+Green+Blue) = 248+110+7=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86E07 is #0791F8. Grayscale: #8C8C8C. Windows color (decimal): -496121 or 487160. OLE color: 487160.

HSL color Cylindrical-coordinate representation of color #F86E07: hue angle of 25.64º degrees, saturation: 0.95, 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 #F86E07 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB2481107-
CMYK00.560.970.03
HSL25.64º94.51%50%-
HSV(B)25.64º97.18%97.25%-
XYZ44.3331.123.87-
YUV139.5253.22205.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 67.95%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 7 (3.12% from 255) = 1.92%
R=67.95%
G=30.14%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248110700.560.970.0325.6494.5150
HexF86E70386131a5f32
Octal370156707014133213762
Binary1111100011011101110111000110000111110101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86E07; }

 p { color: rgb(248,110,7); }

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

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

 a { background-color: rgb(248,110,7); }

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

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

 span { border-color: rgb(248,110,7); }

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