Shades of Rajah #F3AF63
Tints of Rajah #F3AF63
RGB
CMYK
RGB Variations
Color information
#F3AF63 (or 0xF3AF63) is known color: Rajah. HEX triplet: F3, AF and 63. RGB value is (243,175,99). Sum of RGB (Red+Green+Blue) = 243+175+99=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 99 (39.06% from 255 or 19.15% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AF63 is #0C509C. Grayscale: #BBBBBB. Windows color (decimal): -807069 or 6533107. OLE color: 6533107.
HSL color Cylindrical-coordinate representation of color #F3AF63: hue angle of 31.67º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F3AF63 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 99 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.05 |
| HSL | 31.67º | 0.86% | 0.67% | - |
| HSV(B) | 31.67º | 0.59% | 0.95% | - |
| XYZ | 54.54 | 50.62 | 18.7 | - |
| YUV | 186.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 99 | 0 | 0.28 | 0.59 | 0.05 | 31.67 | 0.86 | 0.67 |
| Hex | F3 | AF | 63 | 0 | 1C | 3B | 5 | 20 | 56 | 43 |
| Octal | 363 | 257 | 143 | 0 | 34 | 73 | 5 | 40 | 126 | 103 |
| Binary | 11110011 | 10101111 | 1100011 | 0 | 11100 | 111011 | 101 | 100000 | 1010110 | 1000011 |
Color Harmonies of #F3AF63
Complementary color
Monochromatic Colors of #F3AF63
Black with #F3AF63
Text Example
Text Example
White with #F3AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AF63; }
p { color: rgb(243,175,99); }
H1.HeaderClassName
{
color: #F3AF63;
}
.AnyTagClassName
{
color: #F3AF63;
}
</style>
background-color css
<style>
a { background-color: #F3AF63; }
a { background-color: rgb(243,175,99); }
div.DivClassName
{
background-color: #F3AF63;
}
.BgClassName
{
background-color: #F3AF63;
}
</style>
border-color css
<style>
span { border-color: #F3AF63; }
span { border-color: rgb(243,175,99); }
td.TdClassName
{
border-color: #F3AF63;
}
.TagClassName
{
border-color: #F3AF63;
}
</style>