Shades of Rajah #FDB163
Tints of Rajah #FDB163
RGB
CMYK
RGB Variations
Color information
#FDB163 (or 0xFDB163) is known color: Rajah. HEX triplet: FD, B1 and 63. RGB value is (253,177,99). Sum of RGB (Red+Green+Blue) = 253+177+99=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB163 is #024E9C. Grayscale: #BFBFBF. Windows color (decimal): -151197 or 6533629. OLE color: 6533629.
HSL color Cylindrical-coordinate representation of color #FDB163: hue angle of 30.39º 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 #FDB163 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 99 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.01 |
| HSL | 30.39º | 0.97% | 0.69% | - |
| HSV(B) | 30.39º | 0.61% | 0.99% | - |
| XYZ | 58.48 | 53.23 | 19 | - |
| YUV | 190.83 | 76.18 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 99 | 0 | 0.30 | 0.61 | 0.01 | 30.39 | 0.97 | 0.69 |
| Hex | FD | B1 | 63 | 0 | 1E | 3D | 1 | 1E | 61 | 45 |
| Octal | 375 | 261 | 143 | 0 | 36 | 75 | 1 | 36 | 141 | 105 |
| Binary | 11111101 | 10110001 | 1100011 | 0 | 11110 | 111101 | 1 | 11110 | 1100001 | 1000101 |
Color Harmonies of #FDB163
Complementary color
Monochromatic Colors of #FDB163
Black with #FDB163
Text Example
Text Example
White with #FDB163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB163; }
p { color: rgb(253,177,99); }
H1.HeaderClassName
{
color: #FDB163;
}
.AnyTagClassName
{
color: #FDB163;
}
</style>
background-color css
<style>
a { background-color: #FDB163; }
a { background-color: rgb(253,177,99); }
div.DivClassName
{
background-color: #FDB163;
}
.BgClassName
{
background-color: #FDB163;
}
</style>
border-color css
<style>
span { border-color: #FDB163; }
span { border-color: rgb(253,177,99); }
td.TdClassName
{
border-color: #FDB163;
}
.TagClassName
{
border-color: #FDB163;
}
</style>