#F76A26

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

Shades of Burnt Orange #F76A26

Tints of Burnt Orange #F76A26

Color information

#F76A26 (or 0xF76A26) is unknown color: approx Burnt Orange. HEX triplet: F7, 6A and 26. RGB value is (247,106,38). Sum of RGB (Red+Green+Blue) = 247+106+38=391 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.17% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76A26 is #0895D9. Grayscale: #8C8C8C. Windows color (decimal): -562650 or 2517751. OLE color: 2517751.

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

Color convert

RGB24710638-
CMYK00.570.850.03
HSL19.52º92.89%55.88%-
HSV(B)19.52º84.62%96.86%-
XYZ43.8630.225.36-
YUV140.4170.21204.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 63.17%
GREEN value IS 106 (41.80% from 255) = 27.11%
BLUE value IS 38 (15.23% from 255) = 9.72%
R=63.17%
G=27.11%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471063800.570.850.0319.5292.8955.88
HexF76A26039553145d38
Octal3671524607112532413570
Binary1111011111010101001100111001101010111101001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76A26; }

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

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

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

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

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

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

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

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