#F2794E

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

Shades of Burnt Sienna #F2794E

Tints of Burnt Sienna #F2794E

Color information

#F2794E (or 0xF2794E) is unknown color: approx Burnt Sienna. HEX triplet: F2, 79 and 4E. RGB value is (242,121,78). Sum of RGB (Red+Green+Blue) = 242+121+78=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F2794E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2794E is #0D86B1. Grayscale: #989898. Windows color (decimal): -886450 or 5143026. OLE color: 5143026.

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

Color convert

RGB24212178-
CMYK00.500.680.05
HSL15.73º86.32%62.75%-
HSV(B)15.73º67.77%94.9%-
XYZ44.8333.111.23-
YUV152.2886.09192-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.88%
GREEN value IS 121 (47.66% from 255) = 27.44%
BLUE value IS 78 (30.86% from 255) = 17.69%
R=54.88%
G=27.44%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421217800.500.680.0515.7386.3262.75
HexF2794E03244510563f
Octal36217111606210452012677
Binary111100101111001100111001100101000100101100001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2794E; }

 p { color: rgb(242,121,78); }

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

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

 a { background-color: rgb(242,121,78); }

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

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

 span { border-color: rgb(242,121,78); }

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