Shades of Rajah #FDB15E
Tints of Rajah #FDB15E
RGB
CMYK
RGB Variations
Color information
#FDB15E (or 0xFDB15E) is known color: Rajah. HEX triplet: FD, B1 and 5E. RGB value is (253,177,94). Sum of RGB (Red+Green+Blue) = 253+177+94=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB15E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB15E is #024EA1. Grayscale: #BEBEBE. Windows color (decimal): -151202 or 6205949. OLE color: 6205949.
HSL color Cylindrical-coordinate representation of color #FDB15E: hue angle of 31.32º 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 #FDB15E is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 94 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.01 |
| HSL | 31.32º | 0.98% | 0.68% | - |
| HSV(B) | 31.32º | 0.63% | 0.99% | - |
| XYZ | 58.25 | 53.14 | 17.78 | - |
| YUV | 190.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 94 | 0 | 0.30 | 0.63 | 0.01 | 31.32 | 0.98 | 0.68 |
| Hex | FD | B1 | 5E | 0 | 1E | 3F | 1 | 1F | 62 | 44 |
| Octal | 375 | 261 | 136 | 0 | 36 | 77 | 1 | 37 | 142 | 104 |
| Binary | 11111101 | 10110001 | 1011110 | 0 | 11110 | 111111 | 1 | 11111 | 1100010 | 1000100 |
Color Harmonies of #FDB15E
Complementary color
Monochromatic Colors of #FDB15E
Black with #FDB15E
Text Example
Text Example
White with #FDB15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB15E; }
p { color: rgb(253,177,94); }
H1.HeaderClassName
{
color: #FDB15E;
}
.AnyTagClassName
{
color: #FDB15E;
}
</style>
background-color css
<style>
a { background-color: #FDB15E; }
a { background-color: rgb(253,177,94); }
div.DivClassName
{
background-color: #FDB15E;
}
.BgClassName
{
background-color: #FDB15E;
}
</style>
border-color css
<style>
span { border-color: #FDB15E; }
span { border-color: rgb(253,177,94); }
td.TdClassName
{
border-color: #FDB15E;
}
.TagClassName
{
border-color: #FDB15E;
}
</style>