Shades of Rajah #F2AD60
Tints of Rajah #F2AD60
RGB
CMYK
RGB Variations
Color information
#F2AD60 (or 0xF2AD60) is known color: Rajah. HEX triplet: F2, AD and 60. RGB value is (242,173,96). Sum of RGB (Red+Green+Blue) = 242+173+96=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AD60 is #0D529F. Grayscale: #B9B9B9. Windows color (decimal): -873120 or 6335986. OLE color: 6335986.
HSL color Cylindrical-coordinate representation of color #F2AD60: hue angle of 31.64º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2AD60 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 96 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.05 |
| HSL | 31.64º | 0.85% | 0.66% | - |
| HSV(B) | 31.64º | 0.6% | 0.95% | - |
| XYZ | 53.67 | 49.61 | 17.81 | - |
| YUV | 184.85 | 77.86 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 96 | 0 | 0.29 | 0.60 | 0.05 | 31.64 | 0.85 | 0.66 |
| Hex | F2 | AD | 60 | 0 | 1D | 3C | 5 | 20 | 55 | 42 |
| Octal | 362 | 255 | 140 | 0 | 35 | 74 | 5 | 40 | 125 | 102 |
| Binary | 11110010 | 10101101 | 1100000 | 0 | 11101 | 111100 | 101 | 100000 | 1010101 | 1000010 |
Color Harmonies of #F2AD60
Complementary color
Monochromatic Colors of #F2AD60
Black with #F2AD60
Text Example
Text Example
White with #F2AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD60; }
p { color: rgb(242,173,96); }
H1.HeaderClassName
{
color: #F2AD60;
}
.AnyTagClassName
{
color: #F2AD60;
}
</style>
background-color css
<style>
a { background-color: #F2AD60; }
a { background-color: rgb(242,173,96); }
div.DivClassName
{
background-color: #F2AD60;
}
.BgClassName
{
background-color: #F2AD60;
}
</style>
border-color css
<style>
span { border-color: #F2AD60; }
span { border-color: rgb(242,173,96); }
td.TdClassName
{
border-color: #F2AD60;
}
.TagClassName
{
border-color: #F2AD60;
}
</style>