Shades of Rajah #F8AB63
Tints of Rajah #F8AB63
RGB
CMYK
RGB Variations
Color information
#F8AB63 (or 0xF8AB63) is known color: Rajah. HEX triplet: F8, AB and 63. RGB value is (248,171,99). Sum of RGB (Red+Green+Blue) = 248+171+99=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AB63 is #07549C. Grayscale: #BABABA. Windows color (decimal): -480413 or 6532088. OLE color: 6532088.
HSL color Cylindrical-coordinate representation of color #F8AB63: hue angle of 28.99º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8AB63 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 99 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.03 |
| HSL | 28.99º | 0.91% | 0.68% | - |
| HSV(B) | 28.99º | 0.6% | 0.97% | - |
| XYZ | 55.53 | 49.98 | 18.53 | - |
| YUV | 185.82 | 79.01 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 99 | 0 | 0.31 | 0.60 | 0.03 | 28.99 | 0.91 | 0.68 |
| Hex | F8 | AB | 63 | 0 | 1F | 3C | 3 | 1D | 5B | 44 |
| Octal | 370 | 253 | 143 | 0 | 37 | 74 | 3 | 35 | 133 | 104 |
| Binary | 11111000 | 10101011 | 1100011 | 0 | 11111 | 111100 | 11 | 11101 | 1011011 | 1000100 |
Color Harmonies of #F8AB63
Complementary color
Monochromatic Colors of #F8AB63
Black with #F8AB63
Text Example
Text Example
White with #F8AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AB63; }
p { color: rgb(248,171,99); }
H1.HeaderClassName
{
color: #F8AB63;
}
.AnyTagClassName
{
color: #F8AB63;
}
</style>
background-color css
<style>
a { background-color: #F8AB63; }
a { background-color: rgb(248,171,99); }
div.DivClassName
{
background-color: #F8AB63;
}
.BgClassName
{
background-color: #F8AB63;
}
</style>
border-color css
<style>
span { border-color: #F8AB63; }
span { border-color: rgb(248,171,99); }
td.TdClassName
{
border-color: #F8AB63;
}
.TagClassName
{
border-color: #F8AB63;
}
</style>