Shades of Rajah #FDB563
Tints of Rajah #FDB563
RGB
CMYK
RGB Variations
Color information
#FDB563 (or 0xFDB563) is known color: Rajah. HEX triplet: FD, B5 and 63. RGB value is (253,181,99). Sum of RGB (Red+Green+Blue) = 253+181+99=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB563 is #024A9C. Grayscale: #C1C1C1. Windows color (decimal): -150173 or 6534653. OLE color: 6534653.
HSL color Cylindrical-coordinate representation of color #FDB563: hue angle of 31.95º 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 #FDB563 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 99 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.01 |
| HSL | 31.95º | 0.97% | 0.69% | - |
| HSV(B) | 31.95º | 0.61% | 0.99% | - |
| XYZ | 59.28 | 54.83 | 19.26 | - |
| YUV | 193.18 | 74.85 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 99 | 0 | 0.28 | 0.61 | 0.01 | 31.95 | 0.97 | 0.69 |
| Hex | FD | B5 | 63 | 0 | 1C | 3D | 1 | 20 | 61 | 45 |
| Octal | 375 | 265 | 143 | 0 | 34 | 75 | 1 | 40 | 141 | 105 |
| Binary | 11111101 | 10110101 | 1100011 | 0 | 11100 | 111101 | 1 | 100000 | 1100001 | 1000101 |
Color Harmonies of #FDB563
Complementary color
Monochromatic Colors of #FDB563
Black with #FDB563
Text Example
Text Example
White with #FDB563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB563; }
p { color: rgb(253,181,99); }
H1.HeaderClassName
{
color: #FDB563;
}
.AnyTagClassName
{
color: #FDB563;
}
</style>
background-color css
<style>
a { background-color: #FDB563; }
a { background-color: rgb(253,181,99); }
div.DivClassName
{
background-color: #FDB563;
}
.BgClassName
{
background-color: #FDB563;
}
</style>
border-color css
<style>
span { border-color: #FDB563; }
span { border-color: rgb(253,181,99); }
td.TdClassName
{
border-color: #FDB563;
}
.TagClassName
{
border-color: #FDB563;
}
</style>