Shades of Burnt Sienna #F27B53
Tints of Burnt Sienna #F27B53
RGB
CMYK
RGB Variations
Color information
#F27B53 (or 0xF27B53) is known color: Burnt Sienna. HEX triplet: F2, 7B and 53. RGB value is (242,123,83). Sum of RGB (Red+Green+Blue) = 242+123+83=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27B53 is #0D84AC. Grayscale: #9A9A9A. Windows color (decimal): -885933 or 5471218. OLE color: 5471218.
HSL color Cylindrical-coordinate representation of color #F27B53: hue angle of 15.09º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F27B53 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 83 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.05 |
| HSL | 15.09º | 0.86% | 0.64% | - |
| HSV(B) | 15.09º | 0.66% | 0.95% | - |
| XYZ | 45.26 | 33.67 | 12.3 | - |
| YUV | 154.02 | 87.92 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 83 | 0 | 0.49 | 0.66 | 0.05 | 15.09 | 0.86 | 0.64 |
| Hex | F2 | 7B | 53 | 0 | 31 | 42 | 5 | F | 56 | 40 |
| Octal | 362 | 173 | 123 | 0 | 61 | 102 | 5 | 17 | 126 | 100 |
| Binary | 11110010 | 1111011 | 1010011 | 0 | 110001 | 1000010 | 101 | 1111 | 1010110 | 1000000 |
Color Harmonies of #F27B53
Complementary color
Monochromatic Colors of #F27B53
Black with #F27B53
Text Example
Text Example
White with #F27B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27B53; }
p { color: rgb(242,123,83); }
H1.HeaderClassName
{
color: #F27B53;
}
.AnyTagClassName
{
color: #F27B53;
}
</style>
background-color css
<style>
a { background-color: #F27B53; }
a { background-color: rgb(242,123,83); }
div.DivClassName
{
background-color: #F27B53;
}
.BgClassName
{
background-color: #F27B53;
}
</style>
border-color css
<style>
span { border-color: #F27B53; }
span { border-color: rgb(242,123,83); }
td.TdClassName
{
border-color: #F27B53;
}
.TagClassName
{
border-color: #F27B53;
}
</style>