Shades of Rajah #FDB45E
Tints of Rajah #FDB45E
RGB
CMYK
RGB Variations
Color information
#FDB45E (or 0xFDB45E) is known color: Rajah. HEX triplet: FD, B4 and 5E. RGB value is (253,180,94). Sum of RGB (Red+Green+Blue) = 253+180+94=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB45E is #024BA1. Grayscale: #C0C0C0. Windows color (decimal): -150434 or 6206717. OLE color: 6206717.
HSL color Cylindrical-coordinate representation of color #FDB45E: hue angle of 32.45º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDB45E is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 94 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.01 |
| HSL | 32.45º | 0.98% | 0.68% | - |
| HSV(B) | 32.45º | 0.63% | 0.99% | - |
| XYZ | 58.85 | 54.33 | 17.98 | - |
| YUV | 192.02 | 72.68 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 94 | 0 | 0.29 | 0.63 | 0.01 | 32.45 | 0.98 | 0.68 |
| Hex | FD | B4 | 5E | 0 | 1D | 3F | 1 | 20 | 62 | 44 |
| Octal | 375 | 264 | 136 | 0 | 35 | 77 | 1 | 40 | 142 | 104 |
| Binary | 11111101 | 10110100 | 1011110 | 0 | 11101 | 111111 | 1 | 100000 | 1100010 | 1000100 |
Color Harmonies of #FDB45E
Complementary color
Monochromatic Colors of #FDB45E
Black with #FDB45E
Text Example
Text Example
White with #FDB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB45E; }
p { color: rgb(253,180,94); }
H1.HeaderClassName
{
color: #FDB45E;
}
.AnyTagClassName
{
color: #FDB45E;
}
</style>
background-color css
<style>
a { background-color: #FDB45E; }
a { background-color: rgb(253,180,94); }
div.DivClassName
{
background-color: #FDB45E;
}
.BgClassName
{
background-color: #FDB45E;
}
</style>
border-color css
<style>
span { border-color: #FDB45E; }
span { border-color: rgb(253,180,94); }
td.TdClassName
{
border-color: #FDB45E;
}
.TagClassName
{
border-color: #FDB45E;
}
</style>