Shades of Rajah #FFAF61
Tints of Rajah #FFAF61
RGB
CMYK
RGB Variations
Color information
#FFAF61 (or 0xFFAF61) is known color: Rajah. HEX triplet: FF, AF and 61. RGB value is (255,175,97). Sum of RGB (Red+Green+Blue) = 255+175+97=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF61 is #00509E. Grayscale: #BEBEBE. Windows color (decimal): -20639 or 6402047. OLE color: 6402047.
HSL color Cylindrical-coordinate representation of color #FFAF61: hue angle of 29.62º 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 #FFAF61 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 97 | - |
| CMYK | 0 | 0.31 | 0.62 | 0 |
| HSL | 29.62º | 1% | 0.69% | - |
| HSV(B) | 29.62º | 0.62% | 1% | - |
| XYZ | 58.73 | 52.78 | 18.4 | - |
| YUV | 190.03 | 75.5 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 97 | 0 | 0.31 | 0.62 | 0 | 29.62 | 1 | 0.69 |
| Hex | FF | AF | 61 | 0 | 1F | 3E | 0 | 1E | 64 | 45 |
| Octal | 377 | 257 | 141 | 0 | 37 | 76 | 0 | 36 | 144 | 105 |
| Binary | 11111111 | 10101111 | 1100001 | 0 | 11111 | 111110 | 0 | 11110 | 1100100 | 1000101 |
Color Harmonies of #FFAF61
Complementary color
Monochromatic Colors of #FFAF61
Black with #FFAF61
Text Example
Text Example
White with #FFAF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF61; }
p { color: rgb(255,175,97); }
H1.HeaderClassName
{
color: #FFAF61;
}
.AnyTagClassName
{
color: #FFAF61;
}
</style>
background-color css
<style>
a { background-color: #FFAF61; }
a { background-color: rgb(255,175,97); }
div.DivClassName
{
background-color: #FFAF61;
}
.BgClassName
{
background-color: #FFAF61;
}
</style>
border-color css
<style>
span { border-color: #FFAF61; }
span { border-color: rgb(255,175,97); }
td.TdClassName
{
border-color: #FFAF61;
}
.TagClassName
{
border-color: #FFAF61;
}
</style>