#F76C31

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

Shades of Burnt Orange #F76C31

Tints of Burnt Orange #F76C31

Color information

#F76C31 (or 0xF76C31) is unknown color: approx Burnt Orange. HEX triplet: F7, 6C and 31. RGB value is (247,108,49). Sum of RGB (Red+Green+Blue) = 247+108+49=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76C31 is #0893CE. Grayscale: #8F8F8F. Windows color (decimal): -562127 or 3239159. OLE color: 3239159.

HSL color Cylindrical-coordinate representation of color #F76C31: hue angle of 17.88º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F76C31 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB24710849-
CMYK00.560.800.03
HSL17.88º92.52%58.04%-
HSV(B)17.88º80.16%96.86%-
XYZ44.2730.726.5-
YUV142.8475.05202.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 61.14%
GREEN value IS 108 (42.58% from 255) = 26.73%
BLUE value IS 49 (19.53% from 255) = 12.13%
R=61.14%
G=26.73%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471084900.560.800.0317.8892.5258.04
HexF76C31038503125d3a
Octal3671546107012032213572
Binary1111011111011001100010111000101000011100101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76C31; }

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

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

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

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

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

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

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

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