Shades of Burnt Sienna #F27B5C
Tints of Burnt Sienna #F27B5C
RGB
CMYK
RGB Variations
Color information
#F27B5C (or 0xF27B5C) is known color: Burnt Sienna. HEX triplet: F2, 7B and 5C. RGB value is (242,123,92). Sum of RGB (Red+Green+Blue) = 242+123+92=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27B5C is #0D84A3. Grayscale: #9B9B9B. Windows color (decimal): -885924 or 6061042. OLE color: 6061042.
HSL color Cylindrical-coordinate representation of color #F27B5C: hue angle of 12.4º 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 #F27B5C is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 92 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.05 |
| HSL | 12.4º | 0.85% | 0.65% | - |
| HSV(B) | 12.4º | 0.62% | 0.95% | - |
| XYZ | 45.63 | 33.82 | 14.25 | - |
| YUV | 155.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 92 | 0 | 0.49 | 0.62 | 0.05 | 12.4 | 0.85 | 0.65 |
| Hex | F2 | 7B | 5C | 0 | 31 | 3E | 5 | C | 55 | 41 |
| Octal | 362 | 173 | 134 | 0 | 61 | 76 | 5 | 14 | 125 | 101 |
| Binary | 11110010 | 1111011 | 1011100 | 0 | 110001 | 111110 | 101 | 1100 | 1010101 | 1000001 |
Color Harmonies of #F27B5C
Complementary color
Monochromatic Colors of #F27B5C
Black with #F27B5C
Text Example
Text Example
White with #F27B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27B5C; }
p { color: rgb(242,123,92); }
H1.HeaderClassName
{
color: #F27B5C;
}
.AnyTagClassName
{
color: #F27B5C;
}
</style>
background-color css
<style>
a { background-color: #F27B5C; }
a { background-color: rgb(242,123,92); }
div.DivClassName
{
background-color: #F27B5C;
}
.BgClassName
{
background-color: #F27B5C;
}
</style>
border-color css
<style>
span { border-color: #F27B5C; }
span { border-color: rgb(242,123,92); }
td.TdClassName
{
border-color: #F27B5C;
}
.TagClassName
{
border-color: #F27B5C;
}
</style>