Shades of Rajah #F8AB5E
Tints of Rajah #F8AB5E
RGB
CMYK
RGB Variations
Color information
#F8AB5E (or 0xF8AB5E) is known color: Rajah. HEX triplet: F8, AB and 5E. RGB value is (248,171,94). Sum of RGB (Red+Green+Blue) = 248+171+94=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AB5E is #0754A1. Grayscale: #B9B9B9. Windows color (decimal): -480418 or 6204408. OLE color: 6204408.
HSL color Cylindrical-coordinate representation of color #F8AB5E: hue angle of 30º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8AB5E is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 94 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.03 |
| HSL | 30º | 0.92% | 0.67% | - |
| HSV(B) | 30º | 0.62% | 0.97% | - |
| XYZ | 55.29 | 49.89 | 17.31 | - |
| YUV | 185.25 | 76.51 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 94 | 0 | 0.31 | 0.62 | 0.03 | 30 | 0.92 | 0.67 |
| Hex | F8 | AB | 5E | 0 | 1F | 3E | 3 | 1E | 5C | 43 |
| Octal | 370 | 253 | 136 | 0 | 37 | 76 | 3 | 36 | 134 | 103 |
| Binary | 11111000 | 10101011 | 1011110 | 0 | 11111 | 111110 | 11 | 11110 | 1011100 | 1000011 |
Color Harmonies of #F8AB5E
Complementary color
Monochromatic Colors of #F8AB5E
Black with #F8AB5E
Text Example
Text Example
White with #F8AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AB5E; }
p { color: rgb(248,171,94); }
H1.HeaderClassName
{
color: #F8AB5E;
}
.AnyTagClassName
{
color: #F8AB5E;
}
</style>
background-color css
<style>
a { background-color: #F8AB5E; }
a { background-color: rgb(248,171,94); }
div.DivClassName
{
background-color: #F8AB5E;
}
.BgClassName
{
background-color: #F8AB5E;
}
</style>
border-color css
<style>
span { border-color: #F8AB5E; }
span { border-color: rgb(248,171,94); }
td.TdClassName
{
border-color: #F8AB5E;
}
.TagClassName
{
border-color: #F8AB5E;
}
</style>