#F76806

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

Shades of Safety Orange #F76806

Tints of Safety Orange #F76806

Color information

#F76806 (or 0xF76806) is unknown color: approx Safety Orange. HEX triplet: F7, 68 and 06. RGB value is (247,104,6). Sum of RGB (Red+Green+Blue) = 247+104+6=357 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.19% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 247 - color contains mainly: red. Hex color #F76806 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76806 is #0897F9. Grayscale: #888888. Windows color (decimal): -563194 or 420087. OLE color: 420087.

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

Color convert

RGB2471046-
CMYK00.580.980.03
HSL24.4º95.26%49.61%-
HSV(B)24.4º97.57%96.86%-
XYZ43.3429.693.62-
YUV135.5854.88207.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 69.19%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 6 (2.73% from 255) = 1.68%
R=69.19%
G=29.13%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247104600.580.980.0324.495.2649.61
HexF768603A623185f32
Octal367150607214233013762
Binary1111011111010001100111010110001011110001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76806; }

 p { color: rgb(247,104,6); }

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

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

 a { background-color: rgb(247,104,6); }

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

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

 span { border-color: rgb(247,104,6); }

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