Shades of Rajah #F2AD65
Tints of Rajah #F2AD65
RGB
CMYK
RGB Variations
Color information
#F2AD65 (or 0xF2AD65) is known color: Rajah. HEX triplet: F2, AD and 65. RGB value is (242,173,101). Sum of RGB (Red+Green+Blue) = 242+173+101=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AD65 is #0D529A. Grayscale: #B9B9B9. Windows color (decimal): -873115 or 6663666. OLE color: 6663666.
HSL color Cylindrical-coordinate representation of color #F2AD65: hue angle of 30.64º degrees, saturation: 0.84, 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 #F2AD65 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 101 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.05 |
| HSL | 30.64º | 0.84% | 0.67% | - |
| HSV(B) | 30.64º | 0.58% | 0.95% | - |
| XYZ | 53.91 | 49.7 | 19.06 | - |
| YUV | 185.42 | 80.36 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 101 | 0 | 0.29 | 0.58 | 0.05 | 30.64 | 0.84 | 0.67 |
| Hex | F2 | AD | 65 | 0 | 1D | 3A | 5 | 1F | 54 | 43 |
| Octal | 362 | 255 | 145 | 0 | 35 | 72 | 5 | 37 | 124 | 103 |
| Binary | 11110010 | 10101101 | 1100101 | 0 | 11101 | 111010 | 101 | 11111 | 1010100 | 1000011 |
Color Harmonies of #F2AD65
Complementary color
Monochromatic Colors of #F2AD65
Black with #F2AD65
Text Example
Text Example
White with #F2AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD65; }
p { color: rgb(242,173,101); }
H1.HeaderClassName
{
color: #F2AD65;
}
.AnyTagClassName
{
color: #F2AD65;
}
</style>
background-color css
<style>
a { background-color: #F2AD65; }
a { background-color: rgb(242,173,101); }
div.DivClassName
{
background-color: #F2AD65;
}
.BgClassName
{
background-color: #F2AD65;
}
</style>
border-color css
<style>
span { border-color: #F2AD65; }
span { border-color: rgb(242,173,101); }
td.TdClassName
{
border-color: #F2AD65;
}
.TagClassName
{
border-color: #F2AD65;
}
</style>