Shades of Rajah #F5AF65
Tints of Rajah #F5AF65
RGB
CMYK
RGB Variations
Color information
#F5AF65 (or 0xF5AF65) is known color: Rajah. HEX triplet: F5, AF and 65. RGB value is (245,175,101). Sum of RGB (Red+Green+Blue) = 245+175+101=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF65 is #0A509A. Grayscale: #BBBBBB. Windows color (decimal): -675995 or 6664181. OLE color: 6664181.
HSL color Cylindrical-coordinate representation of color #F5AF65: hue angle of 30.83º 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 #F5AF65 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 101 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.04 |
| HSL | 30.83º | 0.88% | 0.68% | - |
| HSV(B) | 30.83º | 0.59% | 0.96% | - |
| XYZ | 55.34 | 51.01 | 19.24 | - |
| YUV | 187.49 | 79.19 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 101 | 0 | 0.29 | 0.59 | 0.04 | 30.83 | 0.88 | 0.68 |
| Hex | F5 | AF | 65 | 0 | 1D | 3B | 4 | 1F | 58 | 44 |
| Octal | 365 | 257 | 145 | 0 | 35 | 73 | 4 | 37 | 130 | 104 |
| Binary | 11110101 | 10101111 | 1100101 | 0 | 11101 | 111011 | 100 | 11111 | 1011000 | 1000100 |
Color Harmonies of #F5AF65
Complementary color
Monochromatic Colors of #F5AF65
Black with #F5AF65
Text Example
Text Example
White with #F5AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF65; }
p { color: rgb(245,175,101); }
H1.HeaderClassName
{
color: #F5AF65;
}
.AnyTagClassName
{
color: #F5AF65;
}
</style>
background-color css
<style>
a { background-color: #F5AF65; }
a { background-color: rgb(245,175,101); }
div.DivClassName
{
background-color: #F5AF65;
}
.BgClassName
{
background-color: #F5AF65;
}
</style>
border-color css
<style>
span { border-color: #F5AF65; }
span { border-color: rgb(245,175,101); }
td.TdClassName
{
border-color: #F5AF65;
}
.TagClassName
{
border-color: #F5AF65;
}
</style>