Shades of Rajah #FFAF63
Tints of Rajah #FFAF63
RGB
CMYK
RGB Variations
Color information
#FFAF63 (or 0xFFAF63) is known color: Rajah. HEX triplet: FF, AF and 63. RGB value is (255,175,99). Sum of RGB (Red+Green+Blue) = 255+175+99=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF63 is #00509C. Grayscale: #BEBEBE. Windows color (decimal): -20637 or 6533119. OLE color: 6533119.
HSL color Cylindrical-coordinate representation of color #FFAF63: hue angle of 29.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFAF63 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 99 | - |
| CMYK | 0 | 0.31 | 0.61 | 0 |
| HSL | 29.23º | 1% | 0.69% | - |
| HSV(B) | 29.23º | 0.61% | 1% | - |
| XYZ | 58.82 | 52.82 | 18.9 | - |
| YUV | 190.26 | 76.5 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 99 | 0 | 0.31 | 0.61 | 0 | 29.23 | 1 | 0.69 |
| Hex | FF | AF | 63 | 0 | 1F | 3D | 0 | 1D | 64 | 45 |
| Octal | 377 | 257 | 143 | 0 | 37 | 75 | 0 | 35 | 144 | 105 |
| Binary | 11111111 | 10101111 | 1100011 | 0 | 11111 | 111101 | 0 | 11101 | 1100100 | 1000101 |
Color Harmonies of #FFAF63
Complementary color
Monochromatic Colors of #FFAF63
Black with #FFAF63
Text Example
Text Example
White with #FFAF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF63; }
p { color: rgb(255,175,99); }
H1.HeaderClassName
{
color: #FFAF63;
}
.AnyTagClassName
{
color: #FFAF63;
}
</style>
background-color css
<style>
a { background-color: #FFAF63; }
a { background-color: rgb(255,175,99); }
div.DivClassName
{
background-color: #FFAF63;
}
.BgClassName
{
background-color: #FFAF63;
}
</style>
border-color css
<style>
span { border-color: #FFAF63; }
span { border-color: rgb(255,175,99); }
td.TdClassName
{
border-color: #FFAF63;
}
.TagClassName
{
border-color: #FFAF63;
}
</style>