Shades of Rajah #F2B361
Tints of Rajah #F2B361
RGB
CMYK
RGB Variations
Color information
#F2B361 (or 0xF2B361) is known color: Rajah. HEX triplet: F2, B3 and 61. RGB value is (242,179,97). Sum of RGB (Red+Green+Blue) = 242+179+97=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B361 is #0D4C9E. Grayscale: #BCBCBC. Windows color (decimal): -871583 or 6403058. OLE color: 6403058.
HSL color Cylindrical-coordinate representation of color #F2B361: hue angle of 33.93º 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 #F2B361 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 97 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.05 |
| HSL | 33.93º | 0.85% | 0.66% | - |
| HSV(B) | 33.93º | 0.6% | 0.95% | - |
| XYZ | 54.9 | 51.98 | 18.45 | - |
| YUV | 188.49 | 76.37 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 97 | 0 | 0.26 | 0.60 | 0.05 | 33.93 | 0.85 | 0.66 |
| Hex | F2 | B3 | 61 | 0 | 1A | 3C | 5 | 22 | 55 | 42 |
| Octal | 362 | 263 | 141 | 0 | 32 | 74 | 5 | 42 | 125 | 102 |
| Binary | 11110010 | 10110011 | 1100001 | 0 | 11010 | 111100 | 101 | 100010 | 1010101 | 1000010 |
Color Harmonies of #F2B361
Complementary color
Monochromatic Colors of #F2B361
Black with #F2B361
Text Example
Text Example
White with #F2B361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B361; }
p { color: rgb(242,179,97); }
H1.HeaderClassName
{
color: #F2B361;
}
.AnyTagClassName
{
color: #F2B361;
}
</style>
background-color css
<style>
a { background-color: #F2B361; }
a { background-color: rgb(242,179,97); }
div.DivClassName
{
background-color: #F2B361;
}
.BgClassName
{
background-color: #F2B361;
}
</style>
border-color css
<style>
span { border-color: #F2B361; }
span { border-color: rgb(242,179,97); }
td.TdClassName
{
border-color: #F2B361;
}
.TagClassName
{
border-color: #F2B361;
}
</style>