Shades of Burnt Sienna #F27B4A
Tints of Burnt Sienna #F27B4A
RGB
CMYK
RGB Variations
Color information
#F27B4A (or 0xF27B4A) is known color: Burnt Sienna. HEX triplet: F2, 7B and 4A. RGB value is (242,123,74). Sum of RGB (Red+Green+Blue) = 242+123+74=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27B4A is #0D84B5. Grayscale: #999999. Windows color (decimal): -885942 or 4881394. OLE color: 4881394.
HSL color Cylindrical-coordinate representation of color #F27B4A: hue angle of 17.5º 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 #F27B4A is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 74 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.05 |
| HSL | 17.5º | 0.87% | 0.62% | - |
| HSV(B) | 17.5º | 0.69% | 0.95% | - |
| XYZ | 44.94 | 33.54 | 10.58 | - |
| YUV | 153 | 83.42 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 74 | 0 | 0.49 | 0.69 | 0.05 | 17.5 | 0.87 | 0.62 |
| Hex | F2 | 7B | 4A | 0 | 31 | 45 | 5 | 12 | 57 | 3E |
| Octal | 362 | 173 | 112 | 0 | 61 | 105 | 5 | 22 | 127 | 76 |
| Binary | 11110010 | 1111011 | 1001010 | 0 | 110001 | 1000101 | 101 | 10010 | 1010111 | 111110 |
Color Harmonies of #F27B4A
Complementary color
Monochromatic Colors of #F27B4A
Black with #F27B4A
Text Example
Text Example
White with #F27B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27B4A; }
p { color: rgb(242,123,74); }
H1.HeaderClassName
{
color: #F27B4A;
}
.AnyTagClassName
{
color: #F27B4A;
}
</style>
background-color css
<style>
a { background-color: #F27B4A; }
a { background-color: rgb(242,123,74); }
div.DivClassName
{
background-color: #F27B4A;
}
.BgClassName
{
background-color: #F27B4A;
}
</style>
border-color css
<style>
span { border-color: #F27B4A; }
span { border-color: rgb(242,123,74); }
td.TdClassName
{
border-color: #F27B4A;
}
.TagClassName
{
border-color: #F27B4A;
}
</style>