Shades of Rajah #FFAF66
Tints of Rajah #FFAF66
RGB
CMYK
RGB Variations
Color information
#FFAF66 (or 0xFFAF66) is known color: Rajah. HEX triplet: FF, AF and 66. RGB value is (255,175,102). Sum of RGB (Red+Green+Blue) = 255+175+102=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF66 is #005099. Grayscale: #BEBEBE. Windows color (decimal): -20634 or 6729727. OLE color: 6729727.
HSL color Cylindrical-coordinate representation of color #FFAF66: hue angle of 28.63º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFAF66 is Cyan = 0, Magento = 0.31, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 102 | - |
| CMYK | 0 | 0.31 | 0.6 | 0 |
| HSL | 28.63º | 1% | 0.7% | - |
| HSV(B) | 28.63º | 0.6% | 1% | - |
| XYZ | 58.97 | 52.88 | 19.67 | - |
| YUV | 190.6 | 78 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 102 | 0 | 0.31 | 0.6 | 0 | 28.63 | 1 | 0.7 |
| Hex | FF | AF | 66 | 0 | 1F | 3C | 0 | 1D | 64 | 46 |
| Octal | 377 | 257 | 146 | 0 | 37 | 74 | 0 | 35 | 144 | 106 |
| Binary | 11111111 | 10101111 | 1100110 | 0 | 11111 | 111100 | 0 | 11101 | 1100100 | 1000110 |
Color Harmonies of #FFAF66
Complementary color
Monochromatic Colors of #FFAF66
Black with #FFAF66
Text Example
Text Example
White with #FFAF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF66; }
p { color: rgb(255,175,102); }
H1.HeaderClassName
{
color: #FFAF66;
}
.AnyTagClassName
{
color: #FFAF66;
}
</style>
background-color css
<style>
a { background-color: #FFAF66; }
a { background-color: rgb(255,175,102); }
div.DivClassName
{
background-color: #FFAF66;
}
.BgClassName
{
background-color: #FFAF66;
}
</style>
border-color css
<style>
span { border-color: #FFAF66; }
span { border-color: rgb(255,175,102); }
td.TdClassName
{
border-color: #FFAF66;
}
.TagClassName
{
border-color: #FFAF66;
}
</style>