#F76C01

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

Shades of Safety Orange #F76C01

Tints of Safety Orange #F76C01

Color information

#F76C01 (or 0xF76C01) is unknown color: approx Safety Orange. HEX triplet: F7, 6C and 01. RGB value is (247,108,1). Sum of RGB (Red+Green+Blue) = 247+108+1=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76C01 is #0893FE. Grayscale: #898989. Windows color (decimal): -562175 or 93431. OLE color: 93431.

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

Color convert

RGB2471081-
CMYK00.561.000.03
HSL26.1º99.19%48.63%-
HSV(B)26.1º99.6%96.86%-
XYZ43.7330.53.61-
YUV137.3651.05206.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 69.38%
GREEN value IS 108 (42.58% from 255) = 30.34%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=69.38%
G=30.34%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247108100.561.000.0326.199.1948.63
HexF76C10386431a6331
Octal367154107014433214361
Binary11110111110110010111000110010011110101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76C01; }

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

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

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

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

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

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

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

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