Shades of Burnt Sienna #F46C50
Tints of Burnt Sienna #F46C50
RGB
CMYK
RGB Variations
Color information
#F46C50 (or 0xF46C50) is known color: Burnt Sienna. HEX triplet: F4, 6C and 50. RGB value is (244,108,80). Sum of RGB (Red+Green+Blue) = 244+108+80=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F46C50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46C50 is #0B93AF. Grayscale: #919191. Windows color (decimal): -758704 or 5270772. OLE color: 5270772.
HSL color Cylindrical-coordinate representation of color #F46C50: hue angle of 10.24º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F46C50 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 108 | 80 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.04 |
| HSL | 10.24º | 0.88% | 0.64% | - |
| HSV(B) | 10.24º | 0.67% | 0.96% | - |
| XYZ | 44.12 | 30.54 | 11.16 | - |
| YUV | 145.47 | 91.06 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 108 | 80 | 0 | 0.56 | 0.67 | 0.04 | 10.24 | 0.88 | 0.64 |
| Hex | F4 | 6C | 50 | 0 | 38 | 43 | 4 | A | 58 | 40 |
| Octal | 364 | 154 | 120 | 0 | 70 | 103 | 4 | 12 | 130 | 100 |
| Binary | 11110100 | 1101100 | 1010000 | 0 | 111000 | 1000011 | 100 | 1010 | 1011000 | 1000000 |
Color Harmonies of #F46C50
Complementary color
Monochromatic Colors of #F46C50
Black with #F46C50
Text Example
Text Example
White with #F46C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46C50; }
p { color: rgb(244,108,80); }
H1.HeaderClassName
{
color: #F46C50;
}
.AnyTagClassName
{
color: #F46C50;
}
</style>
background-color css
<style>
a { background-color: #F46C50; }
a { background-color: rgb(244,108,80); }
div.DivClassName
{
background-color: #F46C50;
}
.BgClassName
{
background-color: #F46C50;
}
</style>
border-color css
<style>
span { border-color: #F46C50; }
span { border-color: rgb(244,108,80); }
td.TdClassName
{
border-color: #F46C50;
}
.TagClassName
{
border-color: #F46C50;
}
</style>