#F76007

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

Shades of Safety Orange #F76007

Tints of Safety Orange #F76007

Color information

#F76007 (or 0xF76007) is unknown color: approx Safety Orange. HEX triplet: F7, 60 and 07. RGB value is (247,96,7). Sum of RGB (Red+Green+Blue) = 247+96+7=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F76007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76007 is #089FF8. Grayscale: #838383. Windows color (decimal): -565241 or 483575. OLE color: 483575.

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

Color convert

RGB247967-
CMYK00.610.970.03
HSL22.25º94.49%49.8%-
HSV(B)22.25º97.17%96.86%-
XYZ42.5828.163.39-
YUV13158.03210.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.57%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 7 (3.12% from 255) = 2%
R=70.57%
G=27.43%
B=2%

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
Decimal24796700.610.970.0322.2594.4949.8
HexF760703D613165e32
Octal367140707514132613662
Binary1111011111000001110111101110000111101101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76007; }

 p { color: rgb(247,96,7); }

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

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

 a { background-color: rgb(247,96,7); }

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

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

 span { border-color: rgb(247,96,7); }

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