Shades of Rajah #F2AD5F
Tints of Rajah #F2AD5F
RGB
CMYK
RGB Variations
Color information
#F2AD5F (or 0xF2AD5F) is known color: Rajah. HEX triplet: F2, AD and 5F. RGB value is (242,173,95). Sum of RGB (Red+Green+Blue) = 242+173+95=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AD5F is #0D52A0. Grayscale: #B9B9B9. Windows color (decimal): -873121 or 6270450. OLE color: 6270450.
HSL color Cylindrical-coordinate representation of color #F2AD5F: hue angle of 31.84º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2AD5F is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 95 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.05 |
| HSL | 31.84º | 0.85% | 0.66% | - |
| HSV(B) | 31.84º | 0.61% | 0.95% | - |
| XYZ | 53.63 | 49.59 | 17.57 | - |
| YUV | 184.74 | 77.36 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 95 | 0 | 0.29 | 0.61 | 0.05 | 31.84 | 0.85 | 0.66 |
| Hex | F2 | AD | 5F | 0 | 1D | 3D | 5 | 20 | 55 | 42 |
| Octal | 362 | 255 | 137 | 0 | 35 | 75 | 5 | 40 | 125 | 102 |
| Binary | 11110010 | 10101101 | 1011111 | 0 | 11101 | 111101 | 101 | 100000 | 1010101 | 1000010 |
Color Harmonies of #F2AD5F
Complementary color
Monochromatic Colors of #F2AD5F
Black with #F2AD5F
Text Example
Text Example
White with #F2AD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD5F; }
p { color: rgb(242,173,95); }
H1.HeaderClassName
{
color: #F2AD5F;
}
.AnyTagClassName
{
color: #F2AD5F;
}
</style>
background-color css
<style>
a { background-color: #F2AD5F; }
a { background-color: rgb(242,173,95); }
div.DivClassName
{
background-color: #F2AD5F;
}
.BgClassName
{
background-color: #F2AD5F;
}
</style>
border-color css
<style>
span { border-color: #F2AD5F; }
span { border-color: rgb(242,173,95); }
td.TdClassName
{
border-color: #F2AD5F;
}
.TagClassName
{
border-color: #F2AD5F;
}
</style>