Shades of Rajah #FDB562
Tints of Rajah #FDB562
RGB
CMYK
RGB Variations
Color information
#FDB562 (or 0xFDB562) is known color: Rajah. HEX triplet: FD, B5 and 62. RGB value is (253,181,98). Sum of RGB (Red+Green+Blue) = 253+181+98=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB562 is #024A9D. Grayscale: #C1C1C1. Windows color (decimal): -150174 or 6469117. OLE color: 6469117.
HSL color Cylindrical-coordinate representation of color #FDB562: hue angle of 32.13º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDB562 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 98 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.01 |
| HSL | 32.13º | 0.97% | 0.69% | - |
| HSV(B) | 32.13º | 0.61% | 0.99% | - |
| XYZ | 59.24 | 54.81 | 19.01 | - |
| YUV | 193.07 | 74.35 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 98 | 0 | 0.28 | 0.61 | 0.01 | 32.13 | 0.97 | 0.69 |
| Hex | FD | B5 | 62 | 0 | 1C | 3D | 1 | 20 | 61 | 45 |
| Octal | 375 | 265 | 142 | 0 | 34 | 75 | 1 | 40 | 141 | 105 |
| Binary | 11111101 | 10110101 | 1100010 | 0 | 11100 | 111101 | 1 | 100000 | 1100001 | 1000101 |
Color Harmonies of #FDB562
Complementary color
Monochromatic Colors of #FDB562
Black with #FDB562
Text Example
Text Example
White with #FDB562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB562; }
p { color: rgb(253,181,98); }
H1.HeaderClassName
{
color: #FDB562;
}
.AnyTagClassName
{
color: #FDB562;
}
</style>
background-color css
<style>
a { background-color: #FDB562; }
a { background-color: rgb(253,181,98); }
div.DivClassName
{
background-color: #FDB562;
}
.BgClassName
{
background-color: #FDB562;
}
</style>
border-color css
<style>
span { border-color: #FDB562; }
span { border-color: rgb(253,181,98); }
td.TdClassName
{
border-color: #FDB562;
}
.TagClassName
{
border-color: #FDB562;
}
</style>