#F87007

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

Shades of Safety Orange #F87007

Tints of Safety Orange #F87007

Color information

#F87007 (or 0xF87007) is unknown color: approx Safety Orange. HEX triplet: F8, 70 and 07. RGB value is (248,112,7). Sum of RGB (Red+Green+Blue) = 248+112+7=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F87007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87007 is #078FF8. Grayscale: #8D8D8D. Windows color (decimal): -495609 or 487672. OLE color: 487672.

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

Color convert

RGB2481127-
CMYK00.550.970.03
HSL26.14º94.51%50%-
HSV(B)26.14º97.18%97.25%-
XYZ44.5431.563.95-
YUV140.6952.56204.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 67.57%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 7 (3.12% from 255) = 1.91%
R=67.57%
G=30.52%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248112700.550.970.0326.1494.5150
HexF87070376131a5f32
Octal370160706714133213762
Binary1111100011100001110110111110000111110101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87007; }

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

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

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

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

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

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

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

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