Shades of Rajah #F2B460
Tints of Rajah #F2B460
RGB
CMYK
RGB Variations
Color information
#F2B460 (or 0xF2B460) is known color: Rajah. HEX triplet: F2, B4 and 60. RGB value is (242,180,96). Sum of RGB (Red+Green+Blue) = 242+180+96=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B460 is #0D4B9F. Grayscale: #BDBDBD. Windows color (decimal): -871328 or 6337778. OLE color: 6337778.
HSL color Cylindrical-coordinate representation of color #F2B460: hue angle of 34.52º 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 #F2B460 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 96 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.05 |
| HSL | 34.52º | 0.85% | 0.66% | - |
| HSV(B) | 34.52º | 0.6% | 0.95% | - |
| XYZ | 55.05 | 52.36 | 18.27 | - |
| YUV | 188.96 | 75.54 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 96 | 0 | 0.26 | 0.60 | 0.05 | 34.52 | 0.85 | 0.66 |
| Hex | F2 | B4 | 60 | 0 | 1A | 3C | 5 | 23 | 55 | 42 |
| Octal | 362 | 264 | 140 | 0 | 32 | 74 | 5 | 43 | 125 | 102 |
| Binary | 11110010 | 10110100 | 1100000 | 0 | 11010 | 111100 | 101 | 100011 | 1010101 | 1000010 |
Color Harmonies of #F2B460
Complementary color
Monochromatic Colors of #F2B460
Black with #F2B460
Text Example
Text Example
White with #F2B460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B460; }
p { color: rgb(242,180,96); }
H1.HeaderClassName
{
color: #F2B460;
}
.AnyTagClassName
{
color: #F2B460;
}
</style>
background-color css
<style>
a { background-color: #F2B460; }
a { background-color: rgb(242,180,96); }
div.DivClassName
{
background-color: #F2B460;
}
.BgClassName
{
background-color: #F2B460;
}
</style>
border-color css
<style>
span { border-color: #F2B460; }
span { border-color: rgb(242,180,96); }
td.TdClassName
{
border-color: #F2B460;
}
.TagClassName
{
border-color: #F2B460;
}
</style>