Shades of Rajah #FDB863
Tints of Rajah #FDB863
RGB
CMYK
RGB Variations
Color information
#FDB863 (or 0xFDB863) is known color: Rajah. HEX triplet: FD, B8 and 63. RGB value is (253,184,99). Sum of RGB (Red+Green+Blue) = 253+184+99=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 99 (39.06% from 255 or 18.47% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB863 is #02479C. Grayscale: #C3C3C3. Windows color (decimal): -149405 or 6535421. OLE color: 6535421.
HSL color Cylindrical-coordinate representation of color #FDB863: hue angle of 33.12º 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 #FDB863 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 99 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.01 |
| HSL | 33.12º | 0.97% | 0.69% | - |
| HSV(B) | 33.12º | 0.61% | 0.99% | - |
| XYZ | 59.9 | 56.06 | 19.47 | - |
| YUV | 194.94 | 73.86 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 99 | 0 | 0.27 | 0.61 | 0.01 | 33.12 | 0.97 | 0.69 |
| Hex | FD | B8 | 63 | 0 | 1B | 3D | 1 | 21 | 61 | 45 |
| Octal | 375 | 270 | 143 | 0 | 33 | 75 | 1 | 41 | 141 | 105 |
| Binary | 11111101 | 10111000 | 1100011 | 0 | 11011 | 111101 | 1 | 100001 | 1100001 | 1000101 |
Color Harmonies of #FDB863
Complementary color
Monochromatic Colors of #FDB863
Black with #FDB863
Text Example
Text Example
White with #FDB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB863; }
p { color: rgb(253,184,99); }
H1.HeaderClassName
{
color: #FDB863;
}
.AnyTagClassName
{
color: #FDB863;
}
</style>
background-color css
<style>
a { background-color: #FDB863; }
a { background-color: rgb(253,184,99); }
div.DivClassName
{
background-color: #FDB863;
}
.BgClassName
{
background-color: #FDB863;
}
</style>
border-color css
<style>
span { border-color: #FDB863; }
span { border-color: rgb(253,184,99); }
td.TdClassName
{
border-color: #FDB863;
}
.TagClassName
{
border-color: #FDB863;
}
</style>