Shades of Rajah #F8AF5C
Tints of Rajah #F8AF5C
RGB
CMYK
RGB Variations
Color information
#F8AF5C (or 0xF8AF5C) is known color: Rajah. HEX triplet: F8, AF and 5C. RGB value is (248,175,92). Sum of RGB (Red+Green+Blue) = 248+175+92=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AF5C is #0750A3. Grayscale: #BBBBBB. Windows color (decimal): -479396 or 6074360. OLE color: 6074360.
HSL color Cylindrical-coordinate representation of color #F8AF5C: hue angle of 31.92º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8AF5C is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 92 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.03 |
| HSL | 31.92º | 0.92% | 0.67% | - |
| HSV(B) | 31.92º | 0.63% | 0.97% | - |
| XYZ | 55.97 | 51.39 | 17.09 | - |
| YUV | 187.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 92 | 0 | 0.29 | 0.63 | 0.03 | 31.92 | 0.92 | 0.67 |
| Hex | F8 | AF | 5C | 0 | 1D | 3F | 3 | 20 | 5C | 43 |
| Octal | 370 | 257 | 134 | 0 | 35 | 77 | 3 | 40 | 134 | 103 |
| Binary | 11111000 | 10101111 | 1011100 | 0 | 11101 | 111111 | 11 | 100000 | 1011100 | 1000011 |
Color Harmonies of #F8AF5C
Complementary color
Monochromatic Colors of #F8AF5C
Black with #F8AF5C
Text Example
Text Example
White with #F8AF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF5C; }
p { color: rgb(248,175,92); }
H1.HeaderClassName
{
color: #F8AF5C;
}
.AnyTagClassName
{
color: #F8AF5C;
}
</style>
background-color css
<style>
a { background-color: #F8AF5C; }
a { background-color: rgb(248,175,92); }
div.DivClassName
{
background-color: #F8AF5C;
}
.BgClassName
{
background-color: #F8AF5C;
}
</style>
border-color css
<style>
span { border-color: #F8AF5C; }
span { border-color: rgb(248,175,92); }
td.TdClassName
{
border-color: #F8AF5C;
}
.TagClassName
{
border-color: #F8AF5C;
}
</style>