Shades of Rajah #FAB364
Tints of Rajah #FAB364
RGB
CMYK
RGB Variations
Color information
#FAB364 (or 0xFAB364) is known color: Rajah. HEX triplet: FA, B3 and 64. RGB value is (250,179,100). Sum of RGB (Red+Green+Blue) = 250+179+100=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB364 is #054C9B. Grayscale: #BFBFBF. Windows color (decimal): -347292 or 6599674. OLE color: 6599674.
HSL color Cylindrical-coordinate representation of color #FAB364: hue angle of 31.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAB364 is Cyan = 0, Magento = 0.28, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 100 | - |
| CMYK | 0 | 0.28 | 0.6 | 0.02 |
| HSL | 31.6º | 0.94% | 0.69% | - |
| HSV(B) | 31.6º | 0.6% | 0.98% | - |
| XYZ | 57.84 | 53.48 | 19.33 | - |
| YUV | 191.22 | 76.52 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 100 | 0 | 0.28 | 0.6 | 0.02 | 31.6 | 0.94 | 0.69 |
| Hex | FA | B3 | 64 | 0 | 1C | 3C | 2 | 20 | 5E | 45 |
| Octal | 372 | 263 | 144 | 0 | 34 | 74 | 2 | 40 | 136 | 105 |
| Binary | 11111010 | 10110011 | 1100100 | 0 | 11100 | 111100 | 10 | 100000 | 1011110 | 1000101 |
Color Harmonies of #FAB364
Complementary color
Monochromatic Colors of #FAB364
Black with #FAB364
Text Example
Text Example
White with #FAB364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB364; }
p { color: rgb(250,179,100); }
H1.HeaderClassName
{
color: #FAB364;
}
.AnyTagClassName
{
color: #FAB364;
}
</style>
background-color css
<style>
a { background-color: #FAB364; }
a { background-color: rgb(250,179,100); }
div.DivClassName
{
background-color: #FAB364;
}
.BgClassName
{
background-color: #FAB364;
}
</style>
border-color css
<style>
span { border-color: #FAB364; }
span { border-color: rgb(250,179,100); }
td.TdClassName
{
border-color: #FAB364;
}
.TagClassName
{
border-color: #FAB364;
}
</style>