Shades of Rajah #F5AD64
Tints of Rajah #F5AD64
RGB
CMYK
RGB Variations
Color information
#F5AD64 (or 0xF5AD64) is known color: Rajah. HEX triplet: F5, AD and 64. RGB value is (245,173,100). Sum of RGB (Red+Green+Blue) = 245+173+100=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD64 is #0A529B. Grayscale: #BABABA. Windows color (decimal): -676508 or 6598133. OLE color: 6598133.
HSL color Cylindrical-coordinate representation of color #F5AD64: hue angle of 30.21º 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 #F5AD64 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 100 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.04 |
| HSL | 30.21º | 0.88% | 0.68% | - |
| HSV(B) | 30.21º | 0.59% | 0.96% | - |
| XYZ | 54.9 | 50.22 | 18.86 | - |
| YUV | 186.21 | 79.35 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 100 | 0 | 0.29 | 0.59 | 0.04 | 30.21 | 0.88 | 0.68 |
| Hex | F5 | AD | 64 | 0 | 1D | 3B | 4 | 1E | 58 | 44 |
| Octal | 365 | 255 | 144 | 0 | 35 | 73 | 4 | 36 | 130 | 104 |
| Binary | 11110101 | 10101101 | 1100100 | 0 | 11101 | 111011 | 100 | 11110 | 1011000 | 1000100 |
Color Harmonies of #F5AD64
Complementary color
Monochromatic Colors of #F5AD64
Black with #F5AD64
Text Example
Text Example
White with #F5AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD64; }
p { color: rgb(245,173,100); }
H1.HeaderClassName
{
color: #F5AD64;
}
.AnyTagClassName
{
color: #F5AD64;
}
</style>
background-color css
<style>
a { background-color: #F5AD64; }
a { background-color: rgb(245,173,100); }
div.DivClassName
{
background-color: #F5AD64;
}
.BgClassName
{
background-color: #F5AD64;
}
</style>
border-color css
<style>
span { border-color: #F5AD64; }
span { border-color: rgb(245,173,100); }
td.TdClassName
{
border-color: #F5AD64;
}
.TagClassName
{
border-color: #F5AD64;
}
</style>