Shades of Burnt Sienna #F27B5B
Tints of Burnt Sienna #F27B5B
RGB
CMYK
RGB Variations
Color information
#F27B5B (or 0xF27B5B) is known color: Burnt Sienna. HEX triplet: F2, 7B and 5B. RGB value is (242,123,91). Sum of RGB (Red+Green+Blue) = 242+123+91=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27B5B is #0D84A4. Grayscale: #9B9B9B. Windows color (decimal): -885925 or 5995506. OLE color: 5995506.
HSL color Cylindrical-coordinate representation of color #F27B5B: hue angle of 12.72º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F27B5B is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 91 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.05 |
| HSL | 12.72º | 0.85% | 0.65% | - |
| HSV(B) | 12.72º | 0.62% | 0.95% | - |
| XYZ | 45.59 | 33.8 | 14.02 | - |
| YUV | 154.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 91 | 0 | 0.49 | 0.62 | 0.05 | 12.72 | 0.85 | 0.65 |
| Hex | F2 | 7B | 5B | 0 | 31 | 3E | 5 | D | 55 | 41 |
| Octal | 362 | 173 | 133 | 0 | 61 | 76 | 5 | 15 | 125 | 101 |
| Binary | 11110010 | 1111011 | 1011011 | 0 | 110001 | 111110 | 101 | 1101 | 1010101 | 1000001 |
Color Harmonies of #F27B5B
Complementary color
Monochromatic Colors of #F27B5B
Black with #F27B5B
Text Example
Text Example
White with #F27B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27B5B; }
p { color: rgb(242,123,91); }
H1.HeaderClassName
{
color: #F27B5B;
}
.AnyTagClassName
{
color: #F27B5B;
}
</style>
background-color css
<style>
a { background-color: #F27B5B; }
a { background-color: rgb(242,123,91); }
div.DivClassName
{
background-color: #F27B5B;
}
.BgClassName
{
background-color: #F27B5B;
}
</style>
border-color css
<style>
span { border-color: #F27B5B; }
span { border-color: rgb(242,123,91); }
td.TdClassName
{
border-color: #F27B5B;
}
.TagClassName
{
border-color: #F27B5B;
}
</style>