Shades of Rajah #FDB05F
Tints of Rajah #FDB05F
RGB
CMYK
RGB Variations
Color information
#FDB05F (or 0xFDB05F) is known color: Rajah. HEX triplet: FD, B0 and 5F. RGB value is (253,176,95). Sum of RGB (Red+Green+Blue) = 253+176+95=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB05F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB05F is #024FA0. Grayscale: #BEBEBE. Windows color (decimal): -151457 or 6271229. OLE color: 6271229.
HSL color Cylindrical-coordinate representation of color #FDB05F: hue angle of 30.76º 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 #FDB05F is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 95 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.01 |
| HSL | 30.76º | 0.98% | 0.68% | - |
| HSV(B) | 30.76º | 0.62% | 0.99% | - |
| XYZ | 58.1 | 52.76 | 17.95 | - |
| YUV | 189.79 | 74.51 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 95 | 0 | 0.30 | 0.62 | 0.01 | 30.76 | 0.98 | 0.68 |
| Hex | FD | B0 | 5F | 0 | 1E | 3E | 1 | 1F | 62 | 44 |
| Octal | 375 | 260 | 137 | 0 | 36 | 76 | 1 | 37 | 142 | 104 |
| Binary | 11111101 | 10110000 | 1011111 | 0 | 11110 | 111110 | 1 | 11111 | 1100010 | 1000100 |
Color Harmonies of #FDB05F
Complementary color
Monochromatic Colors of #FDB05F
Black with #FDB05F
Text Example
Text Example
White with #FDB05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB05F; }
p { color: rgb(253,176,95); }
H1.HeaderClassName
{
color: #FDB05F;
}
.AnyTagClassName
{
color: #FDB05F;
}
</style>
background-color css
<style>
a { background-color: #FDB05F; }
a { background-color: rgb(253,176,95); }
div.DivClassName
{
background-color: #FDB05F;
}
.BgClassName
{
background-color: #FDB05F;
}
</style>
border-color css
<style>
span { border-color: #FDB05F; }
span { border-color: rgb(253,176,95); }
td.TdClassName
{
border-color: #FDB05F;
}
.TagClassName
{
border-color: #FDB05F;
}
</style>