Shades of Rajah #FDB260
Tints of Rajah #FDB260
RGB
CMYK
RGB Variations
Color information
#FDB260 (or 0xFDB260) is known color: Rajah. HEX triplet: FD, B2 and 60. RGB value is (253,178,96). Sum of RGB (Red+Green+Blue) = 253+178+96=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB260 is #024D9F. Grayscale: #BFBFBF. Windows color (decimal): -150944 or 6337277. OLE color: 6337277.
HSL color Cylindrical-coordinate representation of color #FDB260: hue angle of 31.34º 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 #FDB260 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 96 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.01 |
| HSL | 31.34º | 0.98% | 0.68% | - |
| HSV(B) | 31.34º | 0.62% | 0.99% | - |
| XYZ | 58.54 | 53.57 | 18.32 | - |
| YUV | 191.08 | 74.35 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 96 | 0 | 0.30 | 0.62 | 0.01 | 31.34 | 0.98 | 0.68 |
| Hex | FD | B2 | 60 | 0 | 1E | 3E | 1 | 1F | 62 | 44 |
| Octal | 375 | 262 | 140 | 0 | 36 | 76 | 1 | 37 | 142 | 104 |
| Binary | 11111101 | 10110010 | 1100000 | 0 | 11110 | 111110 | 1 | 11111 | 1100010 | 1000100 |
Color Harmonies of #FDB260
Complementary color
Monochromatic Colors of #FDB260
Black with #FDB260
Text Example
Text Example
White with #FDB260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB260; }
p { color: rgb(253,178,96); }
H1.HeaderClassName
{
color: #FDB260;
}
.AnyTagClassName
{
color: #FDB260;
}
</style>
background-color css
<style>
a { background-color: #FDB260; }
a { background-color: rgb(253,178,96); }
div.DivClassName
{
background-color: #FDB260;
}
.BgClassName
{
background-color: #FDB260;
}
</style>
border-color css
<style>
span { border-color: #FDB260; }
span { border-color: rgb(253,178,96); }
td.TdClassName
{
border-color: #FDB260;
}
.TagClassName
{
border-color: #FDB260;
}
</style>