Shades of Rajah #F2B067
Tints of Rajah #F2B067
RGB
CMYK
RGB Variations
Color information
#F2B067 (or 0xF2B067) is known color: Rajah. HEX triplet: F2, B0 and 67. RGB value is (242,176,103). Sum of RGB (Red+Green+Blue) = 242+176+103=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B067 is #0D4F98. Grayscale: #BBBBBB. Windows color (decimal): -872345 or 6795506. OLE color: 6795506.
HSL color Cylindrical-coordinate representation of color #F2B067: hue angle of 31.51º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2B067 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 103 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.05 |
| HSL | 31.51º | 0.84% | 0.68% | - |
| HSV(B) | 31.51º | 0.57% | 0.95% | - |
| XYZ | 54.59 | 50.91 | 19.78 | - |
| YUV | 187.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 103 | 0 | 0.27 | 0.57 | 0.05 | 31.51 | 0.84 | 0.68 |
| Hex | F2 | B0 | 67 | 0 | 1B | 39 | 5 | 20 | 54 | 44 |
| Octal | 362 | 260 | 147 | 0 | 33 | 71 | 5 | 40 | 124 | 104 |
| Binary | 11110010 | 10110000 | 1100111 | 0 | 11011 | 111001 | 101 | 100000 | 1010100 | 1000100 |
Color Harmonies of #F2B067
Complementary color
Monochromatic Colors of #F2B067
Black with #F2B067
Text Example
Text Example
White with #F2B067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B067; }
p { color: rgb(242,176,103); }
H1.HeaderClassName
{
color: #F2B067;
}
.AnyTagClassName
{
color: #F2B067;
}
</style>
background-color css
<style>
a { background-color: #F2B067; }
a { background-color: rgb(242,176,103); }
div.DivClassName
{
background-color: #F2B067;
}
.BgClassName
{
background-color: #F2B067;
}
</style>
border-color css
<style>
span { border-color: #F2B067; }
span { border-color: rgb(242,176,103); }
td.TdClassName
{
border-color: #F2B067;
}
.TagClassName
{
border-color: #F2B067;
}
</style>