#F76101

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

Shades of Safety Orange #F76101

Tints of Safety Orange #F76101

Color information

#F76101 (or 0xF76101) is unknown color: approx Safety Orange. HEX triplet: F7, 61 and 01. RGB value is (247,97,1). Sum of RGB (Red+Green+Blue) = 247+97+1=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F76101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76101 is #089EFE. Grayscale: #838383. Windows color (decimal): -564991 or 90615. OLE color: 90615.

HSL color Cylindrical-coordinate representation of color #F76101: hue angle of 23.41º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F76101 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB247971-
CMYK00.611.000.03
HSL23.41º99.19%48.63%-
HSV(B)23.41º99.6%96.86%-
XYZ42.6428.333.25-
YUV130.9154.69210.81-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 71.59%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=71.59%
G=28.12%
B=0.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24797100.611.000.0323.4199.1948.63
HexF761103D643176331
Octal367141107514432714361
Binary11110111110000110111101110010011101111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76101; }

 p { color: rgb(247,97,1); }

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

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

 a { background-color: rgb(247,97,1); }

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

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

 span { border-color: rgb(247,97,1); }

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