#F76A3C

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

Shades of Burnt Orange #F76A3C

Tints of Burnt Orange #F76A3C

Color information

#F76A3C (or 0xF76A3C) is unknown color: approx Burnt Orange. HEX triplet: F7, 6A and 3C. RGB value is (247,106,60). Sum of RGB (Red+Green+Blue) = 247+106+60=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76A3C is #0895C3. Grayscale: #8F8F8F. Windows color (decimal): -562628 or 3959543. OLE color: 3959543.

HSL color Cylindrical-coordinate representation of color #F76A3C: hue angle of 14.76º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F76A3C is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB24710660-
CMYK00.570.760.03
HSL14.76º92.12%60.2%-
HSV(B)14.76º75.71%96.86%-
XYZ44.3330.417.81-
YUV142.9281.21202.24-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.81%
GREEN value IS 106 (41.80% from 255) = 25.67%
BLUE value IS 60 (23.83% from 255) = 14.53%
R=59.81%
G=25.67%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471066000.570.760.0314.7692.1260.2
HexF76A3C0394C3f5c3c
Octal3671527407111431713474
Binary111101111101010111100011100110011001111111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76A3C; }

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

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

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

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

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

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

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

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