#F2714B

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

Shades of Burnt Sienna #F2714B

Tints of Burnt Sienna #F2714B

Color information

#F2714B (or 0xF2714B) is unknown color: approx Burnt Sienna. HEX triplet: F2, 71 and 4B. RGB value is (242,113,75). Sum of RGB (Red+Green+Blue) = 242+113+75=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F2714B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2714B is #0D8EB4. Grayscale: #939393. Windows color (decimal): -888501 or 4944370. OLE color: 4944370.

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

Color convert

RGB24211375-
CMYK00.530.690.05
HSL13.65º86.53%62.16%-
HSV(B)13.65º69.01%94.9%-
XYZ43.7931.210.37-
YUV147.2487.24195.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.28%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 75 (29.69% from 255) = 17.44%
R=56.28%
G=26.28%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421137500.530.690.0513.6586.5362.16
HexF2714B035455e573e
Octal36216111306510551612776
Binary11110010111000110010110110101100010110111101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2714B; }

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

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

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

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

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

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

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

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