Shades of Rajah #F2B360
Tints of Rajah #F2B360
RGB
CMYK
RGB Variations
Color information
#F2B360 (or 0xF2B360) is known color: Rajah. HEX triplet: F2, B3 and 60. RGB value is (242,179,96). Sum of RGB (Red+Green+Blue) = 242+179+96=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B360 is #0D4C9F. Grayscale: #BCBCBC. Windows color (decimal): -871584 or 6337522. OLE color: 6337522.
HSL color Cylindrical-coordinate representation of color #F2B360: hue angle of 34.11º 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 #F2B360 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 96 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.05 |
| HSL | 34.11º | 0.85% | 0.66% | - |
| HSV(B) | 34.11º | 0.6% | 0.95% | - |
| XYZ | 54.85 | 51.96 | 18.21 | - |
| YUV | 188.38 | 75.87 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 96 | 0 | 0.26 | 0.60 | 0.05 | 34.11 | 0.85 | 0.66 |
| Hex | F2 | B3 | 60 | 0 | 1A | 3C | 5 | 22 | 55 | 42 |
| Octal | 362 | 263 | 140 | 0 | 32 | 74 | 5 | 42 | 125 | 102 |
| Binary | 11110010 | 10110011 | 1100000 | 0 | 11010 | 111100 | 101 | 100010 | 1010101 | 1000010 |
Color Harmonies of #F2B360
Complementary color
Monochromatic Colors of #F2B360
Black with #F2B360
Text Example
Text Example
White with #F2B360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B360; }
p { color: rgb(242,179,96); }
H1.HeaderClassName
{
color: #F2B360;
}
.AnyTagClassName
{
color: #F2B360;
}
</style>
background-color css
<style>
a { background-color: #F2B360; }
a { background-color: rgb(242,179,96); }
div.DivClassName
{
background-color: #F2B360;
}
.BgClassName
{
background-color: #F2B360;
}
</style>
border-color css
<style>
span { border-color: #F2B360; }
span { border-color: rgb(242,179,96); }
td.TdClassName
{
border-color: #F2B360;
}
.TagClassName
{
border-color: #F2B360;
}
</style>