#F2744C

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

Shades of Burnt Sienna #F2744C

Tints of Burnt Sienna #F2744C

Color information

#F2744C (or 0xF2744C) is unknown color: approx Burnt Sienna. HEX triplet: F2, 74 and 4C. RGB value is (242,116,76). Sum of RGB (Red+Green+Blue) = 242+116+76=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2744C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2744C is #0D8BB3. Grayscale: #959595. Windows color (decimal): -887732 or 5010674. OLE color: 5010674.

HSL color Cylindrical-coordinate representation of color #F2744C: hue angle of 14.46º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2744C is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24211676-
CMYK00.520.690.05
HSL14.46º86.46%62.35%-
HSV(B)14.46º68.6%94.9%-
XYZ44.1731.8910.66-
YUV149.1186.74194.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.76%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 76 (30.08% from 255) = 17.51%
R=55.76%
G=26.73%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421167600.520.690.0514.4686.4662.35
HexF2744C034455e563e
Octal36216411406410551612676
Binary11110010111010010011000110100100010110111101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2744C; }

 p { color: rgb(242,116,76); }

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

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

 a { background-color: rgb(242,116,76); }

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

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

 span { border-color: rgb(242,116,76); }

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