Shades of Rajah #FDB35E
Tints of Rajah #FDB35E
RGB
CMYK
RGB Variations
Color information
#FDB35E (or 0xFDB35E) is known color: Rajah. HEX triplet: FD, B3 and 5E. RGB value is (253,179,94). Sum of RGB (Red+Green+Blue) = 253+179+94=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB35E is #024CA1. Grayscale: #BFBFBF. Windows color (decimal): -150690 or 6206461. OLE color: 6206461.
HSL color Cylindrical-coordinate representation of color #FDB35E: hue angle of 32.08º 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 #FDB35E is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 94 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.01 |
| HSL | 32.08º | 0.98% | 0.68% | - |
| HSV(B) | 32.08º | 0.63% | 0.99% | - |
| XYZ | 58.65 | 53.93 | 17.91 | - |
| YUV | 191.44 | 73.02 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 94 | 0 | 0.29 | 0.63 | 0.01 | 32.08 | 0.98 | 0.68 |
| Hex | FD | B3 | 5E | 0 | 1D | 3F | 1 | 20 | 62 | 44 |
| Octal | 375 | 263 | 136 | 0 | 35 | 77 | 1 | 40 | 142 | 104 |
| Binary | 11111101 | 10110011 | 1011110 | 0 | 11101 | 111111 | 1 | 100000 | 1100010 | 1000100 |
Color Harmonies of #FDB35E
Complementary color
Monochromatic Colors of #FDB35E
Black with #FDB35E
Text Example
Text Example
White with #FDB35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB35E; }
p { color: rgb(253,179,94); }
H1.HeaderClassName
{
color: #FDB35E;
}
.AnyTagClassName
{
color: #FDB35E;
}
</style>
background-color css
<style>
a { background-color: #FDB35E; }
a { background-color: rgb(253,179,94); }
div.DivClassName
{
background-color: #FDB35E;
}
.BgClassName
{
background-color: #FDB35E;
}
</style>
border-color css
<style>
span { border-color: #FDB35E; }
span { border-color: rgb(253,179,94); }
td.TdClassName
{
border-color: #FDB35E;
}
.TagClassName
{
border-color: #FDB35E;
}
</style>