Shades of Rajah #FFAF65
Tints of Rajah #FFAF65
RGB
CMYK
RGB Variations
Color information
#FFAF65 (or 0xFFAF65) is known color: Rajah. HEX triplet: FF, AF and 65. RGB value is (255,175,101). Sum of RGB (Red+Green+Blue) = 255+175+101=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF65 is #00509A. Grayscale: #BEBEBE. Windows color (decimal): -20635 or 6664191. OLE color: 6664191.
HSL color Cylindrical-coordinate representation of color #FFAF65: hue angle of 28.83º 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 #FFAF65 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 101 | - |
| CMYK | 0 | 0.31 | 0.60 | 0 |
| HSL | 28.83º | 1% | 0.7% | - |
| HSV(B) | 28.83º | 0.6% | 1% | - |
| XYZ | 58.92 | 52.86 | 19.41 | - |
| YUV | 190.48 | 77.5 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 101 | 0 | 0.31 | 0.60 | 0 | 28.83 | 1 | 0.7 |
| Hex | FF | AF | 65 | 0 | 1F | 3C | 0 | 1D | 64 | 46 |
| Octal | 377 | 257 | 145 | 0 | 37 | 74 | 0 | 35 | 144 | 106 |
| Binary | 11111111 | 10101111 | 1100101 | 0 | 11111 | 111100 | 0 | 11101 | 1100100 | 1000110 |
Color Harmonies of #FFAF65
Complementary color
Monochromatic Colors of #FFAF65
Black with #FFAF65
Text Example
Text Example
White with #FFAF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF65; }
p { color: rgb(255,175,101); }
H1.HeaderClassName
{
color: #FFAF65;
}
.AnyTagClassName
{
color: #FFAF65;
}
</style>
background-color css
<style>
a { background-color: #FFAF65; }
a { background-color: rgb(255,175,101); }
div.DivClassName
{
background-color: #FFAF65;
}
.BgClassName
{
background-color: #FFAF65;
}
</style>
border-color css
<style>
span { border-color: #FFAF65; }
span { border-color: rgb(255,175,101); }
td.TdClassName
{
border-color: #FFAF65;
}
.TagClassName
{
border-color: #FFAF65;
}
</style>