Shades of Rajah #F3AD65
Tints of Rajah #F3AD65
RGB
CMYK
RGB Variations
Color information
#F3AD65 (or 0xF3AD65) is known color: Rajah. HEX triplet: F3, AD and 65. RGB value is (243,173,101). Sum of RGB (Red+Green+Blue) = 243+173+101=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AD65 is #0C529A. Grayscale: #BABABA. Windows color (decimal): -807579 or 6663667. OLE color: 6663667.
HSL color Cylindrical-coordinate representation of color #F3AD65: hue angle of 30.42º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3AD65 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 101 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.05 |
| HSL | 30.42º | 0.86% | 0.67% | - |
| HSV(B) | 30.42º | 0.58% | 0.95% | - |
| XYZ | 54.25 | 49.88 | 19.08 | - |
| YUV | 185.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 101 | 0 | 0.29 | 0.58 | 0.05 | 30.42 | 0.86 | 0.67 |
| Hex | F3 | AD | 65 | 0 | 1D | 3A | 5 | 1E | 56 | 43 |
| Octal | 363 | 255 | 145 | 0 | 35 | 72 | 5 | 36 | 126 | 103 |
| Binary | 11110011 | 10101101 | 1100101 | 0 | 11101 | 111010 | 101 | 11110 | 1010110 | 1000011 |
Color Harmonies of #F3AD65
Complementary color
Monochromatic Colors of #F3AD65
Black with #F3AD65
Text Example
Text Example
White with #F3AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD65; }
p { color: rgb(243,173,101); }
H1.HeaderClassName
{
color: #F3AD65;
}
.AnyTagClassName
{
color: #F3AD65;
}
</style>
background-color css
<style>
a { background-color: #F3AD65; }
a { background-color: rgb(243,173,101); }
div.DivClassName
{
background-color: #F3AD65;
}
.BgClassName
{
background-color: #F3AD65;
}
</style>
border-color css
<style>
span { border-color: #F3AD65; }
span { border-color: rgb(243,173,101); }
td.TdClassName
{
border-color: #F3AD65;
}
.TagClassName
{
border-color: #F3AD65;
}
</style>