Shades of Rajah #F3AD66
Tints of Rajah #F3AD66
RGB
CMYK
RGB Variations
Color information
#F3AD66 (or 0xF3AD66) is known color: Rajah. HEX triplet: F3, AD and 66. RGB value is (243,173,102). Sum of RGB (Red+Green+Blue) = 243+173+102=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AD66 is #0C5299. Grayscale: #BABABA. Windows color (decimal): -807578 or 6729203. OLE color: 6729203.
HSL color Cylindrical-coordinate representation of color #F3AD66: hue angle of 30.21º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3AD66 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 102 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.05 |
| HSL | 30.21º | 0.85% | 0.68% | - |
| HSV(B) | 30.21º | 0.58% | 0.95% | - |
| XYZ | 54.3 | 49.9 | 19.34 | - |
| YUV | 185.84 | 80.69 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 102 | 0 | 0.29 | 0.58 | 0.05 | 30.21 | 0.85 | 0.68 |
| Hex | F3 | AD | 66 | 0 | 1D | 3A | 5 | 1E | 55 | 44 |
| Octal | 363 | 255 | 146 | 0 | 35 | 72 | 5 | 36 | 125 | 104 |
| Binary | 11110011 | 10101101 | 1100110 | 0 | 11101 | 111010 | 101 | 11110 | 1010101 | 1000100 |
Color Harmonies of #F3AD66
Complementary color
Monochromatic Colors of #F3AD66
Black with #F3AD66
Text Example
Text Example
White with #F3AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD66; }
p { color: rgb(243,173,102); }
H1.HeaderClassName
{
color: #F3AD66;
}
.AnyTagClassName
{
color: #F3AD66;
}
</style>
background-color css
<style>
a { background-color: #F3AD66; }
a { background-color: rgb(243,173,102); }
div.DivClassName
{
background-color: #F3AD66;
}
.BgClassName
{
background-color: #F3AD66;
}
</style>
border-color css
<style>
span { border-color: #F3AD66; }
span { border-color: rgb(243,173,102); }
td.TdClassName
{
border-color: #F3AD66;
}
.TagClassName
{
border-color: #F3AD66;
}
</style>