#F76B34

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

Shades of Burnt Orange #F76B34

Tints of Burnt Orange #F76B34

Color information

#F76B34 (or 0xF76B34) is unknown color: approx Burnt Orange. HEX triplet: F7, 6B and 34. RGB value is (247,107,52). Sum of RGB (Red+Green+Blue) = 247+107+52=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F76B34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76B34 is #0894CB. Grayscale: #8E8E8E. Windows color (decimal): -562380 or 3435511. OLE color: 3435511.

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

Color convert

RGB24710752-
CMYK00.570.790.03
HSL16.92º92.42%58.63%-
HSV(B)16.92º78.95%96.86%-
XYZ44.2430.546.81-
YUV142.5976.88202.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 60.84%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 52 (20.70% from 255) = 12.81%
R=60.84%
G=26.35%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471075200.570.790.0316.9292.4258.63
HexF76B340394F3115c3b
Octal3671536407111732113473
Binary1111011111010111101000111001100111111100011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76B34; }

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

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

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

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

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

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

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

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