Shades of Rajah #F6AD5D
Tints of Rajah #F6AD5D
RGB
CMYK
RGB Variations
Color information
#F6AD5D (or 0xF6AD5D) is known color: Rajah. HEX triplet: F6, AD and 5D. RGB value is (246,173,93). Sum of RGB (Red+Green+Blue) = 246+173+93=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AD5D is #0952A2. Grayscale: #BABABA. Windows color (decimal): -610979 or 6139382. OLE color: 6139382.
HSL color Cylindrical-coordinate representation of color #F6AD5D: hue angle of 31.37º 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 #F6AD5D is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 93 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.04 |
| HSL | 31.37º | 0.89% | 0.66% | - |
| HSV(B) | 31.37º | 0.62% | 0.96% | - |
| XYZ | 54.93 | 50.27 | 17.16 | - |
| YUV | 185.71 | 75.68 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 93 | 0 | 0.30 | 0.62 | 0.04 | 31.37 | 0.89 | 0.66 |
| Hex | F6 | AD | 5D | 0 | 1E | 3E | 4 | 1F | 59 | 42 |
| Octal | 366 | 255 | 135 | 0 | 36 | 76 | 4 | 37 | 131 | 102 |
| Binary | 11110110 | 10101101 | 1011101 | 0 | 11110 | 111110 | 100 | 11111 | 1011001 | 1000010 |
Color Harmonies of #F6AD5D
Complementary color
Monochromatic Colors of #F6AD5D
Black with #F6AD5D
Text Example
Text Example
White with #F6AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AD5D; }
p { color: rgb(246,173,93); }
H1.HeaderClassName
{
color: #F6AD5D;
}
.AnyTagClassName
{
color: #F6AD5D;
}
</style>
background-color css
<style>
a { background-color: #F6AD5D; }
a { background-color: rgb(246,173,93); }
div.DivClassName
{
background-color: #F6AD5D;
}
.BgClassName
{
background-color: #F6AD5D;
}
</style>
border-color css
<style>
span { border-color: #F6AD5D; }
span { border-color: rgb(246,173,93); }
td.TdClassName
{
border-color: #F6AD5D;
}
.TagClassName
{
border-color: #F6AD5D;
}
</style>