#F76C34

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

Shades of Burnt Orange #F76C34

Tints of Burnt Orange #F76C34

Color information

#F76C34 (or 0xF76C34) is unknown color: approx Burnt Orange. HEX triplet: F7, 6C and 34. RGB value is (247,108,52). Sum of RGB (Red+Green+Blue) = 247+108+52=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76C34 is #0893CB. Grayscale: #8F8F8F. Windows color (decimal): -562124 or 3435767. OLE color: 3435767.

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

Color convert

RGB24710852-
CMYK00.560.790.03
HSL17.23º92.42%58.63%-
HSV(B)17.23º78.95%96.86%-
XYZ44.3430.756.85-
YUV143.1876.55202.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 60.69%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 52 (20.70% from 255) = 12.78%
R=60.69%
G=26.54%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471085200.560.790.0317.2392.4258.63
HexF76C340384F3115c3b
Octal3671546407011732113473
Binary1111011111011001101000111000100111111100011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76C34; }

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

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

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

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

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

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

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

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