Shades of Rajah #FAB26A
Tints of Rajah #FAB26A
RGB
CMYK
RGB Variations
Color information
#FAB26A (or 0xFAB26A) is known color: Rajah. HEX triplet: FA, B2 and 6A. RGB value is (250,178,106). Sum of RGB (Red+Green+Blue) = 250+178+106=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB26A is #054D95. Grayscale: #BFBFBF. Windows color (decimal): -347542 or 6992634. OLE color: 6992634.
HSL color Cylindrical-coordinate representation of color #FAB26A: hue angle of 30º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAB26A is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 106 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.02 |
| HSL | 30º | 0.94% | 0.7% | - |
| HSV(B) | 30º | 0.58% | 0.98% | - |
| XYZ | 57.95 | 53.21 | 20.85 | - |
| YUV | 191.32 | 79.85 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 106 | 0 | 0.29 | 0.58 | 0.02 | 30 | 0.94 | 0.7 |
| Hex | FA | B2 | 6A | 0 | 1D | 3A | 2 | 1E | 5E | 46 |
| Octal | 372 | 262 | 152 | 0 | 35 | 72 | 2 | 36 | 136 | 106 |
| Binary | 11111010 | 10110010 | 1101010 | 0 | 11101 | 111010 | 10 | 11110 | 1011110 | 1000110 |
Color Harmonies of #FAB26A
Complementary color
Monochromatic Colors of #FAB26A
Black with #FAB26A
Text Example
Text Example
White with #FAB26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB26A; }
p { color: rgb(250,178,106); }
H1.HeaderClassName
{
color: #FAB26A;
}
.AnyTagClassName
{
color: #FAB26A;
}
</style>
background-color css
<style>
a { background-color: #FAB26A; }
a { background-color: rgb(250,178,106); }
div.DivClassName
{
background-color: #FAB26A;
}
.BgClassName
{
background-color: #FAB26A;
}
</style>
border-color css
<style>
span { border-color: #FAB26A; }
span { border-color: rgb(250,178,106); }
td.TdClassName
{
border-color: #FAB26A;
}
.TagClassName
{
border-color: #FAB26A;
}
</style>