Shades of Rajah #FAB363
Tints of Rajah #FAB363
RGB
CMYK
RGB Variations
Color information
#FAB363 (or 0xFAB363) is known color: Rajah. HEX triplet: FA, B3 and 63. RGB value is (250,179,99). Sum of RGB (Red+Green+Blue) = 250+179+99=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB363 is #054C9C. Grayscale: #BFBFBF. Windows color (decimal): -347293 or 6534138. OLE color: 6534138.
HSL color Cylindrical-coordinate representation of color #FAB363: hue angle of 31.79º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAB363 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 99 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.02 |
| HSL | 31.79º | 0.94% | 0.68% | - |
| HSV(B) | 31.79º | 0.6% | 0.98% | - |
| XYZ | 57.8 | 53.47 | 19.08 | - |
| YUV | 191.11 | 76.02 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 99 | 0 | 0.28 | 0.60 | 0.02 | 31.79 | 0.94 | 0.68 |
| Hex | FA | B3 | 63 | 0 | 1C | 3C | 2 | 20 | 5E | 44 |
| Octal | 372 | 263 | 143 | 0 | 34 | 74 | 2 | 40 | 136 | 104 |
| Binary | 11111010 | 10110011 | 1100011 | 0 | 11100 | 111100 | 10 | 100000 | 1011110 | 1000100 |
Color Harmonies of #FAB363
Complementary color
Monochromatic Colors of #FAB363
Black with #FAB363
Text Example
Text Example
White with #FAB363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB363; }
p { color: rgb(250,179,99); }
H1.HeaderClassName
{
color: #FAB363;
}
.AnyTagClassName
{
color: #FAB363;
}
</style>
background-color css
<style>
a { background-color: #FAB363; }
a { background-color: rgb(250,179,99); }
div.DivClassName
{
background-color: #FAB363;
}
.BgClassName
{
background-color: #FAB363;
}
</style>
border-color css
<style>
span { border-color: #FAB363; }
span { border-color: rgb(250,179,99); }
td.TdClassName
{
border-color: #FAB363;
}
.TagClassName
{
border-color: #FAB363;
}
</style>