#F76A06

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

Shades of Safety Orange #F76A06

Tints of Safety Orange #F76A06

Color information

#F76A06 (or 0xF76A06) is unknown color: approx Safety Orange. HEX triplet: F7, 6A and 06. RGB value is (247,106,6). Sum of RGB (Red+Green+Blue) = 247+106+6=359 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.80% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76A06 is #0895F9. Grayscale: #898989. Windows color (decimal): -562682 or 420599. OLE color: 420599.

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

Color convert

RGB2471066-
CMYK00.570.980.03
HSL24.9º95.26%49.61%-
HSV(B)24.9º97.57%96.86%-
XYZ43.5430.13.69-
YUV136.7654.21206.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 68.80%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 6 (2.73% from 255) = 1.67%
R=68.80%
G=29.53%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247106600.570.980.0324.995.2649.61
HexF76A6039623195f32
Octal367152607114233113762
Binary1111011111010101100111001110001011110011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76A06; }

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

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

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

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

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

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

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

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