Shades of Rajah #F6AF5D
Tints of Rajah #F6AF5D
RGB
CMYK
RGB Variations
Color information
#F6AF5D (or 0xF6AF5D) is known color: Rajah. HEX triplet: F6, AF and 5D. RGB value is (246,175,93). Sum of RGB (Red+Green+Blue) = 246+175+93=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AF5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AF5D is #0950A2. Grayscale: #BBBBBB. Windows color (decimal): -610467 or 6139894. OLE color: 6139894.
HSL color Cylindrical-coordinate representation of color #F6AF5D: hue angle of 32.16º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6AF5D is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 175 | 93 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.04 |
| HSL | 32.16º | 0.89% | 0.66% | - |
| HSV(B) | 32.16º | 0.62% | 0.96% | - |
| XYZ | 55.31 | 51.04 | 17.29 | - |
| YUV | 186.88 | 75.02 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 175 | 93 | 0 | 0.29 | 0.62 | 0.04 | 32.16 | 0.89 | 0.66 |
| Hex | F6 | AF | 5D | 0 | 1D | 3E | 4 | 20 | 59 | 42 |
| Octal | 366 | 257 | 135 | 0 | 35 | 76 | 4 | 40 | 131 | 102 |
| Binary | 11110110 | 10101111 | 1011101 | 0 | 11101 | 111110 | 100 | 100000 | 1011001 | 1000010 |
Color Harmonies of #F6AF5D
Complementary color
Monochromatic Colors of #F6AF5D
Black with #F6AF5D
Text Example
Text Example
White with #F6AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AF5D; }
p { color: rgb(246,175,93); }
H1.HeaderClassName
{
color: #F6AF5D;
}
.AnyTagClassName
{
color: #F6AF5D;
}
</style>
background-color css
<style>
a { background-color: #F6AF5D; }
a { background-color: rgb(246,175,93); }
div.DivClassName
{
background-color: #F6AF5D;
}
.BgClassName
{
background-color: #F6AF5D;
}
</style>
border-color css
<style>
span { border-color: #F6AF5D; }
span { border-color: rgb(246,175,93); }
td.TdClassName
{
border-color: #F6AF5D;
}
.TagClassName
{
border-color: #F6AF5D;
}
</style>