Shades of Burnt Sienna #F2764B
Tints of Burnt Sienna #F2764B
RGB
CMYK
RGB Variations
Color information
#F2764B (or 0xF2764B) is known color: Burnt Sienna. HEX triplet: F2, 76 and 4B. RGB value is (242,118,75). Sum of RGB (Red+Green+Blue) = 242+118+75=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2764B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2764B is #0D89B4. Grayscale: #969696. Windows color (decimal): -887221 or 4945650. OLE color: 4945650.
HSL color Cylindrical-coordinate representation of color #F2764B: hue angle of 15.45º 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 #F2764B is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 75 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.05 |
| HSL | 15.45º | 0.87% | 0.62% | - |
| HSV(B) | 15.45º | 0.69% | 0.95% | - |
| XYZ | 44.37 | 32.34 | 10.56 | - |
| YUV | 150.17 | 85.58 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 75 | 0 | 0.51 | 0.69 | 0.05 | 15.45 | 0.87 | 0.62 |
| Hex | F2 | 76 | 4B | 0 | 33 | 45 | 5 | F | 57 | 3E |
| Octal | 362 | 166 | 113 | 0 | 63 | 105 | 5 | 17 | 127 | 76 |
| Binary | 11110010 | 1110110 | 1001011 | 0 | 110011 | 1000101 | 101 | 1111 | 1010111 | 111110 |
Color Harmonies of #F2764B
Complementary color
Monochromatic Colors of #F2764B
Black with #F2764B
Text Example
Text Example
White with #F2764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2764B; }
p { color: rgb(242,118,75); }
H1.HeaderClassName
{
color: #F2764B;
}
.AnyTagClassName
{
color: #F2764B;
}
</style>
background-color css
<style>
a { background-color: #F2764B; }
a { background-color: rgb(242,118,75); }
div.DivClassName
{
background-color: #F2764B;
}
.BgClassName
{
background-color: #F2764B;
}
</style>
border-color css
<style>
span { border-color: #F2764B; }
span { border-color: rgb(242,118,75); }
td.TdClassName
{
border-color: #F2764B;
}
.TagClassName
{
border-color: #F2764B;
}
</style>