Shades of Rajah #F2B060
Tints of Rajah #F2B060
RGB
CMYK
RGB Variations
Color information
#F2B060 (or 0xF2B060) is known color: Rajah. HEX triplet: F2, B0 and 60. RGB value is (242,176,96). Sum of RGB (Red+Green+Blue) = 242+176+96=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B060 is #0D4F9F. Grayscale: #BBBBBB. Windows color (decimal): -872352 or 6336754. OLE color: 6336754.
HSL color Cylindrical-coordinate representation of color #F2B060: hue angle of 32.88º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2B060 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 96 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.05 |
| HSL | 32.88º | 0.85% | 0.66% | - |
| HSV(B) | 32.88º | 0.6% | 0.95% | - |
| XYZ | 54.25 | 50.77 | 18.01 | - |
| YUV | 186.61 | 76.87 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 96 | 0 | 0.27 | 0.60 | 0.05 | 32.88 | 0.85 | 0.66 |
| Hex | F2 | B0 | 60 | 0 | 1B | 3C | 5 | 21 | 55 | 42 |
| Octal | 362 | 260 | 140 | 0 | 33 | 74 | 5 | 41 | 125 | 102 |
| Binary | 11110010 | 10110000 | 1100000 | 0 | 11011 | 111100 | 101 | 100001 | 1010101 | 1000010 |
Color Harmonies of #F2B060
Complementary color
Monochromatic Colors of #F2B060
Black with #F2B060
Text Example
Text Example
White with #F2B060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B060; }
p { color: rgb(242,176,96); }
H1.HeaderClassName
{
color: #F2B060;
}
.AnyTagClassName
{
color: #F2B060;
}
</style>
background-color css
<style>
a { background-color: #F2B060; }
a { background-color: rgb(242,176,96); }
div.DivClassName
{
background-color: #F2B060;
}
.BgClassName
{
background-color: #F2B060;
}
</style>
border-color css
<style>
span { border-color: #F2B060; }
span { border-color: rgb(242,176,96); }
td.TdClassName
{
border-color: #F2B060;
}
.TagClassName
{
border-color: #F2B060;
}
</style>