Shades of Burnt Sienna #F27B50
Tints of Burnt Sienna #F27B50
RGB
CMYK
RGB Variations
Color information
#F27B50 (or 0xF27B50) is known color: Burnt Sienna. HEX triplet: F2, 7B and 50. RGB value is (242,123,80). Sum of RGB (Red+Green+Blue) = 242+123+80=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27B50 is #0D84AF. Grayscale: #999999. Windows color (decimal): -885936 or 5274610. OLE color: 5274610.
HSL color Cylindrical-coordinate representation of color #F27B50: hue angle of 15.93º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F27B50 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 80 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.05 |
| HSL | 15.93º | 0.86% | 0.63% | - |
| HSV(B) | 15.93º | 0.67% | 0.95% | - |
| XYZ | 45.15 | 33.62 | 11.7 | - |
| YUV | 153.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 80 | 0 | 0.49 | 0.67 | 0.05 | 15.93 | 0.86 | 0.63 |
| Hex | F2 | 7B | 50 | 0 | 31 | 43 | 5 | 10 | 56 | 3F |
| Octal | 362 | 173 | 120 | 0 | 61 | 103 | 5 | 20 | 126 | 77 |
| Binary | 11110010 | 1111011 | 1010000 | 0 | 110001 | 1000011 | 101 | 10000 | 1010110 | 111111 |
Color Harmonies of #F27B50
Complementary color
Monochromatic Colors of #F27B50
Black with #F27B50
Text Example
Text Example
White with #F27B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27B50; }
p { color: rgb(242,123,80); }
H1.HeaderClassName
{
color: #F27B50;
}
.AnyTagClassName
{
color: #F27B50;
}
</style>
background-color css
<style>
a { background-color: #F27B50; }
a { background-color: rgb(242,123,80); }
div.DivClassName
{
background-color: #F27B50;
}
.BgClassName
{
background-color: #F27B50;
}
</style>
border-color css
<style>
span { border-color: #F27B50; }
span { border-color: rgb(242,123,80); }
td.TdClassName
{
border-color: #F27B50;
}
.TagClassName
{
border-color: #F27B50;
}
</style>