Shades of Rajah #FAB468
Tints of Rajah #FAB468
RGB
CMYK
RGB Variations
Color information
#FAB468 (or 0xFAB468) is known color: Rajah. HEX triplet: FA, B4 and 68. RGB value is (250,180,104). Sum of RGB (Red+Green+Blue) = 250+180+104=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB468 is #054B97. Grayscale: #C0C0C0. Windows color (decimal): -347032 or 6862074. OLE color: 6862074.
HSL color Cylindrical-coordinate representation of color #FAB468: hue angle of 31.23º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAB468 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 104 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.02 |
| HSL | 31.23º | 0.94% | 0.69% | - |
| HSV(B) | 31.23º | 0.58% | 0.98% | - |
| XYZ | 58.24 | 53.97 | 20.44 | - |
| YUV | 192.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 104 | 0 | 0.28 | 0.58 | 0.02 | 31.23 | 0.94 | 0.69 |
| Hex | FA | B4 | 68 | 0 | 1C | 3A | 2 | 1F | 5E | 45 |
| Octal | 372 | 264 | 150 | 0 | 34 | 72 | 2 | 37 | 136 | 105 |
| Binary | 11111010 | 10110100 | 1101000 | 0 | 11100 | 111010 | 10 | 11111 | 1011110 | 1000101 |
Color Harmonies of #FAB468
Complementary color
Monochromatic Colors of #FAB468
Black with #FAB468
Text Example
Text Example
White with #FAB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB468; }
p { color: rgb(250,180,104); }
H1.HeaderClassName
{
color: #FAB468;
}
.AnyTagClassName
{
color: #FAB468;
}
</style>
background-color css
<style>
a { background-color: #FAB468; }
a { background-color: rgb(250,180,104); }
div.DivClassName
{
background-color: #FAB468;
}
.BgClassName
{
background-color: #FAB468;
}
</style>
border-color css
<style>
span { border-color: #FAB468; }
span { border-color: rgb(250,180,104); }
td.TdClassName
{
border-color: #FAB468;
}
.TagClassName
{
border-color: #FAB468;
}
</style>