Shades of Rajah #F2B161
Tints of Rajah #F2B161
RGB
CMYK
RGB Variations
Color information
#F2B161 (or 0xF2B161) is known color: Rajah. HEX triplet: F2, B1 and 61. RGB value is (242,177,97). Sum of RGB (Red+Green+Blue) = 242+177+97=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B161 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B161 is #0D4E9E. Grayscale: #BBBBBB. Windows color (decimal): -872095 or 6402546. OLE color: 6402546.
HSL color Cylindrical-coordinate representation of color #F2B161: hue angle of 33.1º 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 #F2B161 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 97 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.05 |
| HSL | 33.1º | 0.85% | 0.66% | - |
| HSV(B) | 33.1º | 0.6% | 0.95% | - |
| XYZ | 54.5 | 51.18 | 18.32 | - |
| YUV | 187.32 | 77.03 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 97 | 0 | 0.27 | 0.60 | 0.05 | 33.1 | 0.85 | 0.66 |
| Hex | F2 | B1 | 61 | 0 | 1B | 3C | 5 | 21 | 55 | 42 |
| Octal | 362 | 261 | 141 | 0 | 33 | 74 | 5 | 41 | 125 | 102 |
| Binary | 11110010 | 10110001 | 1100001 | 0 | 11011 | 111100 | 101 | 100001 | 1010101 | 1000010 |
Color Harmonies of #F2B161
Complementary color
Monochromatic Colors of #F2B161
Black with #F2B161
Text Example
Text Example
White with #F2B161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B161; }
p { color: rgb(242,177,97); }
H1.HeaderClassName
{
color: #F2B161;
}
.AnyTagClassName
{
color: #F2B161;
}
</style>
background-color css
<style>
a { background-color: #F2B161; }
a { background-color: rgb(242,177,97); }
div.DivClassName
{
background-color: #F2B161;
}
.BgClassName
{
background-color: #F2B161;
}
</style>
border-color css
<style>
span { border-color: #F2B161; }
span { border-color: rgb(242,177,97); }
td.TdClassName
{
border-color: #F2B161;
}
.TagClassName
{
border-color: #F2B161;
}
</style>