Shades of Rajah #F2AD5C
Tints of Rajah #F2AD5C
RGB
CMYK
RGB Variations
Color information
#F2AD5C (or 0xF2AD5C) is known color: Rajah. HEX triplet: F2, AD and 5C. RGB value is (242,173,92). Sum of RGB (Red+Green+Blue) = 242+173+92=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AD5C is #0D52A3. Grayscale: #B8B8B8. Windows color (decimal): -873124 or 6073842. OLE color: 6073842.
HSL color Cylindrical-coordinate representation of color #F2AD5C: hue angle of 32.4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2AD5C is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 92 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.05 |
| HSL | 32.4º | 0.85% | 0.65% | - |
| HSV(B) | 32.4º | 0.62% | 0.95% | - |
| XYZ | 53.49 | 49.54 | 16.87 | - |
| YUV | 184.4 | 75.86 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 92 | 0 | 0.29 | 0.62 | 0.05 | 32.4 | 0.85 | 0.65 |
| Hex | F2 | AD | 5C | 0 | 1D | 3E | 5 | 20 | 55 | 41 |
| Octal | 362 | 255 | 134 | 0 | 35 | 76 | 5 | 40 | 125 | 101 |
| Binary | 11110010 | 10101101 | 1011100 | 0 | 11101 | 111110 | 101 | 100000 | 1010101 | 1000001 |
Color Harmonies of #F2AD5C
Complementary color
Monochromatic Colors of #F2AD5C
Black with #F2AD5C
Text Example
Text Example
White with #F2AD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD5C; }
p { color: rgb(242,173,92); }
H1.HeaderClassName
{
color: #F2AD5C;
}
.AnyTagClassName
{
color: #F2AD5C;
}
</style>
background-color css
<style>
a { background-color: #F2AD5C; }
a { background-color: rgb(242,173,92); }
div.DivClassName
{
background-color: #F2AD5C;
}
.BgClassName
{
background-color: #F2AD5C;
}
</style>
border-color css
<style>
span { border-color: #F2AD5C; }
span { border-color: rgb(242,173,92); }
td.TdClassName
{
border-color: #F2AD5C;
}
.TagClassName
{
border-color: #F2AD5C;
}
</style>