Shades of Rajah #F9AD5C
Tints of Rajah #F9AD5C
RGB
CMYK
RGB Variations
Color information
#F9AD5C (or 0xF9AD5C) is known color: Rajah. HEX triplet: F9, AD and 5C. RGB value is (249,173,92). Sum of RGB (Red+Green+Blue) = 249+173+92=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AD5C is #0652A3. Grayscale: #BABABA. Windows color (decimal): -414372 or 6073849. OLE color: 6073849.
HSL color Cylindrical-coordinate representation of color #F9AD5C: hue angle of 30.96º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9AD5C is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 92 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.02 |
| HSL | 30.96º | 0.93% | 0.67% | - |
| HSV(B) | 30.96º | 0.63% | 0.98% | - |
| XYZ | 55.94 | 50.8 | 16.98 | - |
| YUV | 186.49 | 74.68 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 92 | 0 | 0.31 | 0.63 | 0.02 | 30.96 | 0.93 | 0.67 |
| Hex | F9 | AD | 5C | 0 | 1F | 3F | 2 | 1F | 5D | 43 |
| Octal | 371 | 255 | 134 | 0 | 37 | 77 | 2 | 37 | 135 | 103 |
| Binary | 11111001 | 10101101 | 1011100 | 0 | 11111 | 111111 | 10 | 11111 | 1011101 | 1000011 |
Color Harmonies of #F9AD5C
Complementary color
Monochromatic Colors of #F9AD5C
Black with #F9AD5C
Text Example
Text Example
White with #F9AD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD5C; }
p { color: rgb(249,173,92); }
H1.HeaderClassName
{
color: #F9AD5C;
}
.AnyTagClassName
{
color: #F9AD5C;
}
</style>
background-color css
<style>
a { background-color: #F9AD5C; }
a { background-color: rgb(249,173,92); }
div.DivClassName
{
background-color: #F9AD5C;
}
.BgClassName
{
background-color: #F9AD5C;
}
</style>
border-color css
<style>
span { border-color: #F9AD5C; }
span { border-color: rgb(249,173,92); }
td.TdClassName
{
border-color: #F9AD5C;
}
.TagClassName
{
border-color: #F9AD5C;
}
</style>