Shades of Rajah #FFAF62
Tints of Rajah #FFAF62
RGB
CMYK
RGB Variations
Color information
#FFAF62 (or 0xFFAF62) is known color: Rajah. HEX triplet: FF, AF and 62. RGB value is (255,175,98). Sum of RGB (Red+Green+Blue) = 255+175+98=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF62 is #00509D. Grayscale: #BEBEBE. Windows color (decimal): -20638 or 6467583. OLE color: 6467583.
HSL color Cylindrical-coordinate representation of color #FFAF62: hue angle of 29.43º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFAF62 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 98 | - |
| CMYK | 0 | 0.31 | 0.62 | 0 |
| HSL | 29.43º | 1% | 0.69% | - |
| HSV(B) | 29.43º | 0.62% | 1% | - |
| XYZ | 58.77 | 52.8 | 18.65 | - |
| YUV | 190.14 | 76 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 98 | 0 | 0.31 | 0.62 | 0 | 29.43 | 1 | 0.69 |
| Hex | FF | AF | 62 | 0 | 1F | 3E | 0 | 1D | 64 | 45 |
| Octal | 377 | 257 | 142 | 0 | 37 | 76 | 0 | 35 | 144 | 105 |
| Binary | 11111111 | 10101111 | 1100010 | 0 | 11111 | 111110 | 0 | 11101 | 1100100 | 1000101 |
Color Harmonies of #FFAF62
Complementary color
Monochromatic Colors of #FFAF62
Black with #FFAF62
Text Example
Text Example
White with #FFAF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF62; }
p { color: rgb(255,175,98); }
H1.HeaderClassName
{
color: #FFAF62;
}
.AnyTagClassName
{
color: #FFAF62;
}
</style>
background-color css
<style>
a { background-color: #FFAF62; }
a { background-color: rgb(255,175,98); }
div.DivClassName
{
background-color: #FFAF62;
}
.BgClassName
{
background-color: #FFAF62;
}
</style>
border-color css
<style>
span { border-color: #FFAF62; }
span { border-color: rgb(255,175,98); }
td.TdClassName
{
border-color: #FFAF62;
}
.TagClassName
{
border-color: #FFAF62;
}
</style>