Shades of Rajah #FAB268
Tints of Rajah #FAB268
RGB
CMYK
RGB Variations
Color information
#FAB268 (or 0xFAB268) is known color: Rajah. HEX triplet: FA, B2 and 68. RGB value is (250,178,104). Sum of RGB (Red+Green+Blue) = 250+178+104=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB268 is #054D97. Grayscale: #BFBFBF. Windows color (decimal): -347544 or 6861562. OLE color: 6861562.
HSL color Cylindrical-coordinate representation of color #FAB268: hue angle of 30.41º 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 #FAB268 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 104 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.02 |
| HSL | 30.41º | 0.94% | 0.69% | - |
| HSV(B) | 30.41º | 0.58% | 0.98% | - |
| XYZ | 57.84 | 53.16 | 20.31 | - |
| YUV | 191.09 | 78.85 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 104 | 0 | 0.29 | 0.58 | 0.02 | 30.41 | 0.94 | 0.69 |
| Hex | FA | B2 | 68 | 0 | 1D | 3A | 2 | 1E | 5E | 45 |
| Octal | 372 | 262 | 150 | 0 | 35 | 72 | 2 | 36 | 136 | 105 |
| Binary | 11111010 | 10110010 | 1101000 | 0 | 11101 | 111010 | 10 | 11110 | 1011110 | 1000101 |
Color Harmonies of #FAB268
Complementary color
Monochromatic Colors of #FAB268
Black with #FAB268
Text Example
Text Example
White with #FAB268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB268; }
p { color: rgb(250,178,104); }
H1.HeaderClassName
{
color: #FAB268;
}
.AnyTagClassName
{
color: #FAB268;
}
</style>
background-color css
<style>
a { background-color: #FAB268; }
a { background-color: rgb(250,178,104); }
div.DivClassName
{
background-color: #FAB268;
}
.BgClassName
{
background-color: #FAB268;
}
</style>
border-color css
<style>
span { border-color: #FAB268; }
span { border-color: rgb(250,178,104); }
td.TdClassName
{
border-color: #FAB268;
}
.TagClassName
{
border-color: #FAB268;
}
</style>