#F2794B

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

Shades of Burnt Sienna #F2794B

Tints of Burnt Sienna #F2794B

Color information

#F2794B (or 0xF2794B) is unknown color: approx Burnt Sienna. HEX triplet: F2, 79 and 4B. RGB value is (242,121,75). Sum of RGB (Red+Green+Blue) = 242+121+75=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2794B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2794B is #0D86B4. Grayscale: #989898. Windows color (decimal): -886453 or 4946418. OLE color: 4946418.

HSL color Cylindrical-coordinate representation of color #F2794B: hue angle of 16.53º degrees, saturation: 0.87, 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 #F2794B is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24212175-
CMYK00.500.690.05
HSL16.53º86.53%62.16%-
HSV(B)16.53º69.01%94.9%-
XYZ44.7333.0610.68-
YUV151.9484.59192.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.25%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 75 (29.69% from 255) = 17.12%
R=55.25%
G=27.63%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421217500.500.690.0516.5386.5362.16
HexF2794B03245511573e
Octal36217111306210552112776
Binary111100101111001100101101100101000101101100011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2794B; }

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

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

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

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

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

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

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

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