Shades of Rajah #FDB75F
Tints of Rajah #FDB75F
RGB
CMYK
RGB Variations
Color information
#FDB75F (or 0xFDB75F) is known color: Rajah. HEX triplet: FD, B7 and 5F. RGB value is (253,183,95). Sum of RGB (Red+Green+Blue) = 253+183+95=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB75F is #0248A0. Grayscale: #C2C2C2. Windows color (decimal): -149665 or 6273021. OLE color: 6273021.
HSL color Cylindrical-coordinate representation of color #FDB75F: hue angle of 33.42º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDB75F is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 95 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.01 |
| HSL | 33.42º | 0.98% | 0.68% | - |
| HSV(B) | 33.42º | 0.62% | 0.99% | - |
| XYZ | 59.51 | 55.58 | 18.42 | - |
| YUV | 193.9 | 72.19 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 95 | 0 | 0.28 | 0.62 | 0.01 | 33.42 | 0.98 | 0.68 |
| Hex | FD | B7 | 5F | 0 | 1C | 3E | 1 | 21 | 62 | 44 |
| Octal | 375 | 267 | 137 | 0 | 34 | 76 | 1 | 41 | 142 | 104 |
| Binary | 11111101 | 10110111 | 1011111 | 0 | 11100 | 111110 | 1 | 100001 | 1100010 | 1000100 |
Color Harmonies of #FDB75F
Complementary color
Monochromatic Colors of #FDB75F
Black with #FDB75F
Text Example
Text Example
White with #FDB75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB75F; }
p { color: rgb(253,183,95); }
H1.HeaderClassName
{
color: #FDB75F;
}
.AnyTagClassName
{
color: #FDB75F;
}
</style>
background-color css
<style>
a { background-color: #FDB75F; }
a { background-color: rgb(253,183,95); }
div.DivClassName
{
background-color: #FDB75F;
}
.BgClassName
{
background-color: #FDB75F;
}
</style>
border-color css
<style>
span { border-color: #FDB75F; }
span { border-color: rgb(253,183,95); }
td.TdClassName
{
border-color: #FDB75F;
}
.TagClassName
{
border-color: #FDB75F;
}
</style>