Shades of Rajah #FDB660
Tints of Rajah #FDB660
RGB
CMYK
RGB Variations
Color information
#FDB660 (or 0xFDB660) is known color: Rajah. HEX triplet: FD, B6 and 60. RGB value is (253,182,96). Sum of RGB (Red+Green+Blue) = 253+182+96=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB660 is #02499F. Grayscale: #C1C1C1. Windows color (decimal): -149920 or 6338301. OLE color: 6338301.
HSL color Cylindrical-coordinate representation of color #FDB660: hue angle of 32.87º 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 #FDB660 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 96 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.01 |
| HSL | 32.87º | 0.98% | 0.68% | - |
| HSV(B) | 32.87º | 0.62% | 0.99% | - |
| XYZ | 59.35 | 55.18 | 18.59 | - |
| YUV | 193.43 | 73.02 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 96 | 0 | 0.28 | 0.62 | 0.01 | 32.87 | 0.98 | 0.68 |
| Hex | FD | B6 | 60 | 0 | 1C | 3E | 1 | 21 | 62 | 44 |
| Octal | 375 | 266 | 140 | 0 | 34 | 76 | 1 | 41 | 142 | 104 |
| Binary | 11111101 | 10110110 | 1100000 | 0 | 11100 | 111110 | 1 | 100001 | 1100010 | 1000100 |
Color Harmonies of #FDB660
Complementary color
Monochromatic Colors of #FDB660
Black with #FDB660
Text Example
Text Example
White with #FDB660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB660; }
p { color: rgb(253,182,96); }
H1.HeaderClassName
{
color: #FDB660;
}
.AnyTagClassName
{
color: #FDB660;
}
</style>
background-color css
<style>
a { background-color: #FDB660; }
a { background-color: rgb(253,182,96); }
div.DivClassName
{
background-color: #FDB660;
}
.BgClassName
{
background-color: #FDB660;
}
</style>
border-color css
<style>
span { border-color: #FDB660; }
span { border-color: rgb(253,182,96); }
td.TdClassName
{
border-color: #FDB660;
}
.TagClassName
{
border-color: #FDB660;
}
</style>