Shades of Rajah #FFAF68
Tints of Rajah #FFAF68
RGB
CMYK
RGB Variations
Color information
#FFAF68 (or 0xFFAF68) is known color: Rajah. HEX triplet: FF, AF and 68. RGB value is (255,175,104). Sum of RGB (Red+Green+Blue) = 255+175+104=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF68 is #005097. Grayscale: #BFBFBF. Windows color (decimal): -20632 or 6860799. OLE color: 6860799.
HSL color Cylindrical-coordinate representation of color #FFAF68: hue angle of 28.21º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFAF68 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 104 | - |
| CMYK | 0 | 0.31 | 0.59 | 0 |
| HSL | 28.21º | 1% | 0.7% | - |
| HSV(B) | 28.21º | 0.59% | 1% | - |
| XYZ | 59.07 | 52.92 | 20.2 | - |
| YUV | 190.83 | 79 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 104 | 0 | 0.31 | 0.59 | 0 | 28.21 | 1 | 0.7 |
| Hex | FF | AF | 68 | 0 | 1F | 3B | 0 | 1C | 64 | 46 |
| Octal | 377 | 257 | 150 | 0 | 37 | 73 | 0 | 34 | 144 | 106 |
| Binary | 11111111 | 10101111 | 1101000 | 0 | 11111 | 111011 | 0 | 11100 | 1100100 | 1000110 |
Color Harmonies of #FFAF68
Complementary color
Monochromatic Colors of #FFAF68
Black with #FFAF68
Text Example
Text Example
White with #FFAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF68; }
p { color: rgb(255,175,104); }
H1.HeaderClassName
{
color: #FFAF68;
}
.AnyTagClassName
{
color: #FFAF68;
}
</style>
background-color css
<style>
a { background-color: #FFAF68; }
a { background-color: rgb(255,175,104); }
div.DivClassName
{
background-color: #FFAF68;
}
.BgClassName
{
background-color: #FFAF68;
}
</style>
border-color css
<style>
span { border-color: #FFAF68; }
span { border-color: rgb(255,175,104); }
td.TdClassName
{
border-color: #FFAF68;
}
.TagClassName
{
border-color: #FFAF68;
}
</style>