Shades of Rajah #FDB360
Tints of Rajah #FDB360
RGB
CMYK
RGB Variations
Color information
#FDB360 (or 0xFDB360) is known color: Rajah. HEX triplet: FD, B3 and 60. RGB value is (253,179,96). Sum of RGB (Red+Green+Blue) = 253+179+96=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB360 is #024C9F. Grayscale: #C0C0C0. Windows color (decimal): -150688 or 6337533. OLE color: 6337533.
HSL color Cylindrical-coordinate representation of color #FDB360: hue angle of 31.72º 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 #FDB360 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 96 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.01 |
| HSL | 31.72º | 0.98% | 0.68% | - |
| HSV(B) | 31.72º | 0.62% | 0.99% | - |
| XYZ | 58.74 | 53.97 | 18.39 | - |
| YUV | 191.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 96 | 0 | 0.29 | 0.62 | 0.01 | 31.72 | 0.98 | 0.68 |
| Hex | FD | B3 | 60 | 0 | 1D | 3E | 1 | 20 | 62 | 44 |
| Octal | 375 | 263 | 140 | 0 | 35 | 76 | 1 | 40 | 142 | 104 |
| Binary | 11111101 | 10110011 | 1100000 | 0 | 11101 | 111110 | 1 | 100000 | 1100010 | 1000100 |
Color Harmonies of #FDB360
Complementary color
Monochromatic Colors of #FDB360
Black with #FDB360
Text Example
Text Example
White with #FDB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB360; }
p { color: rgb(253,179,96); }
H1.HeaderClassName
{
color: #FDB360;
}
.AnyTagClassName
{
color: #FDB360;
}
</style>
background-color css
<style>
a { background-color: #FDB360; }
a { background-color: rgb(253,179,96); }
div.DivClassName
{
background-color: #FDB360;
}
.BgClassName
{
background-color: #FDB360;
}
</style>
border-color css
<style>
span { border-color: #FDB360; }
span { border-color: rgb(253,179,96); }
td.TdClassName
{
border-color: #FDB360;
}
.TagClassName
{
border-color: #FDB360;
}
</style>