Shades of Rajah #F2AD63
Tints of Rajah #F2AD63
RGB
CMYK
RGB Variations
Color information
#F2AD63 (or 0xF2AD63) is known color: Rajah. HEX triplet: F2, AD and 63. RGB value is (242,173,99). Sum of RGB (Red+Green+Blue) = 242+173+99=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 99 (39.06% from 255 or 19.26% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AD63 is #0D529C. Grayscale: #B9B9B9. Windows color (decimal): -873117 or 6532594. OLE color: 6532594.
HSL color Cylindrical-coordinate representation of color #F2AD63: hue angle of 31.05º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2AD63 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 99 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.05 |
| HSL | 31.05º | 0.85% | 0.67% | - |
| HSV(B) | 31.05º | 0.59% | 0.95% | - |
| XYZ | 53.81 | 49.67 | 18.55 | - |
| YUV | 185.2 | 79.36 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 99 | 0 | 0.29 | 0.59 | 0.05 | 31.05 | 0.85 | 0.67 |
| Hex | F2 | AD | 63 | 0 | 1D | 3B | 5 | 1F | 55 | 43 |
| Octal | 362 | 255 | 143 | 0 | 35 | 73 | 5 | 37 | 125 | 103 |
| Binary | 11110010 | 10101101 | 1100011 | 0 | 11101 | 111011 | 101 | 11111 | 1010101 | 1000011 |
Color Harmonies of #F2AD63
Complementary color
Monochromatic Colors of #F2AD63
Black with #F2AD63
Text Example
Text Example
White with #F2AD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD63; }
p { color: rgb(242,173,99); }
H1.HeaderClassName
{
color: #F2AD63;
}
.AnyTagClassName
{
color: #F2AD63;
}
</style>
background-color css
<style>
a { background-color: #F2AD63; }
a { background-color: rgb(242,173,99); }
div.DivClassName
{
background-color: #F2AD63;
}
.BgClassName
{
background-color: #F2AD63;
}
</style>
border-color css
<style>
span { border-color: #F2AD63; }
span { border-color: rgb(242,173,99); }
td.TdClassName
{
border-color: #F2AD63;
}
.TagClassName
{
border-color: #F2AD63;
}
</style>