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