Shades of Rajah #F5AF64
Tints of Rajah #F5AF64
RGB
CMYK
RGB Variations
Color information
#F5AF64 (or 0xF5AF64) is known color: Rajah. HEX triplet: F5, AF and 64. RGB value is (245,175,100). Sum of RGB (Red+Green+Blue) = 245+175+100=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF64 is #0A509B. Grayscale: #BBBBBB. Windows color (decimal): -675996 or 6598645. OLE color: 6598645.
HSL color Cylindrical-coordinate representation of color #F5AF64: hue angle of 31.03º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5AF64 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 100 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.04 |
| HSL | 31.03º | 0.88% | 0.68% | - |
| HSV(B) | 31.03º | 0.59% | 0.96% | - |
| XYZ | 55.29 | 50.99 | 18.99 | - |
| YUV | 187.38 | 78.69 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 100 | 0 | 0.29 | 0.59 | 0.04 | 31.03 | 0.88 | 0.68 |
| Hex | F5 | AF | 64 | 0 | 1D | 3B | 4 | 1F | 58 | 44 |
| Octal | 365 | 257 | 144 | 0 | 35 | 73 | 4 | 37 | 130 | 104 |
| Binary | 11110101 | 10101111 | 1100100 | 0 | 11101 | 111011 | 100 | 11111 | 1011000 | 1000100 |
Color Harmonies of #F5AF64
Complementary color
Monochromatic Colors of #F5AF64
Black with #F5AF64
Text Example
Text Example
White with #F5AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF64; }
p { color: rgb(245,175,100); }
H1.HeaderClassName
{
color: #F5AF64;
}
.AnyTagClassName
{
color: #F5AF64;
}
</style>
background-color css
<style>
a { background-color: #F5AF64; }
a { background-color: rgb(245,175,100); }
div.DivClassName
{
background-color: #F5AF64;
}
.BgClassName
{
background-color: #F5AF64;
}
</style>
border-color css
<style>
span { border-color: #F5AF64; }
span { border-color: rgb(245,175,100); }
td.TdClassName
{
border-color: #F5AF64;
}
.TagClassName
{
border-color: #F5AF64;
}
</style>