Shades of Rajah #FDB460
Tints of Rajah #FDB460
RGB
CMYK
RGB Variations
Color information
#FDB460 (or 0xFDB460) is known color: Rajah. HEX triplet: FD, B4 and 60. RGB value is (253,180,96). Sum of RGB (Red+Green+Blue) = 253+180+96=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB460 is #024B9F. Grayscale: #C0C0C0. Windows color (decimal): -150432 or 6337789. OLE color: 6337789.
HSL color Cylindrical-coordinate representation of color #FDB460: hue angle of 32.1º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDB460 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 96 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.01 |
| HSL | 32.1º | 0.98% | 0.68% | - |
| HSV(B) | 32.1º | 0.62% | 0.99% | - |
| XYZ | 58.94 | 54.37 | 18.45 | - |
| YUV | 192.25 | 73.68 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 96 | 0 | 0.29 | 0.62 | 0.01 | 32.1 | 0.98 | 0.68 |
| Hex | FD | B4 | 60 | 0 | 1D | 3E | 1 | 20 | 62 | 44 |
| Octal | 375 | 264 | 140 | 0 | 35 | 76 | 1 | 40 | 142 | 104 |
| Binary | 11111101 | 10110100 | 1100000 | 0 | 11101 | 111110 | 1 | 100000 | 1100010 | 1000100 |
Color Harmonies of #FDB460
Complementary color
Monochromatic Colors of #FDB460
Black with #FDB460
Text Example
Text Example
White with #FDB460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB460; }
p { color: rgb(253,180,96); }
H1.HeaderClassName
{
color: #FDB460;
}
.AnyTagClassName
{
color: #FDB460;
}
</style>
background-color css
<style>
a { background-color: #FDB460; }
a { background-color: rgb(253,180,96); }
div.DivClassName
{
background-color: #FDB460;
}
.BgClassName
{
background-color: #FDB460;
}
</style>
border-color css
<style>
span { border-color: #FDB460; }
span { border-color: rgb(253,180,96); }
td.TdClassName
{
border-color: #FDB460;
}
.TagClassName
{
border-color: #FDB460;
}
</style>