Shades of Rajah #FDB05D
Tints of Rajah #FDB05D
RGB
CMYK
RGB Variations
Color information
#FDB05D (or 0xFDB05D) is known color: Rajah. HEX triplet: FD, B0 and 5D. RGB value is (253,176,93). Sum of RGB (Red+Green+Blue) = 253+176+93=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB05D is #024FA2. Grayscale: #BDBDBD. Windows color (decimal): -151459 or 6140157. OLE color: 6140157.
HSL color Cylindrical-coordinate representation of color #FDB05D: hue angle of 31.12º 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 #FDB05D is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 93 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.01 |
| HSL | 31.13º | 0.98% | 0.68% | - |
| HSV(B) | 31.13º | 0.63% | 0.99% | - |
| XYZ | 58.01 | 52.72 | 17.48 | - |
| YUV | 189.56 | 73.51 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 93 | 0 | 0.30 | 0.63 | 0.01 | 31.13 | 0.98 | 0.68 |
| Hex | FD | B0 | 5D | 0 | 1E | 3F | 1 | 1F | 62 | 44 |
| Octal | 375 | 260 | 135 | 0 | 36 | 77 | 1 | 37 | 142 | 104 |
| Binary | 11111101 | 10110000 | 1011101 | 0 | 11110 | 111111 | 1 | 11111 | 1100010 | 1000100 |
Color Harmonies of #FDB05D
Complementary color
Monochromatic Colors of #FDB05D
Black with #FDB05D
Text Example
Text Example
White with #FDB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB05D; }
p { color: rgb(253,176,93); }
H1.HeaderClassName
{
color: #FDB05D;
}
.AnyTagClassName
{
color: #FDB05D;
}
</style>
background-color css
<style>
a { background-color: #FDB05D; }
a { background-color: rgb(253,176,93); }
div.DivClassName
{
background-color: #FDB05D;
}
.BgClassName
{
background-color: #FDB05D;
}
</style>
border-color css
<style>
span { border-color: #FDB05D; }
span { border-color: rgb(253,176,93); }
td.TdClassName
{
border-color: #FDB05D;
}
.TagClassName
{
border-color: #FDB05D;
}
</style>