Shades of Rajah #FDB35F
Tints of Rajah #FDB35F
RGB
CMYK
RGB Variations
Color information
#FDB35F (or 0xFDB35F) is known color: Rajah. HEX triplet: FD, B3 and 5F. RGB value is (253,179,95). Sum of RGB (Red+Green+Blue) = 253+179+95=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB35F is #024CA0. Grayscale: #BFBFBF. Windows color (decimal): -150689 or 6271997. OLE color: 6271997.
HSL color Cylindrical-coordinate representation of color #FDB35F: hue angle of 31.9º 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 #FDB35F is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 95 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.01 |
| HSL | 31.9º | 0.98% | 0.68% | - |
| HSV(B) | 31.9º | 0.62% | 0.99% | - |
| XYZ | 58.69 | 53.95 | 18.15 | - |
| YUV | 191.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 95 | 0 | 0.29 | 0.62 | 0.01 | 31.9 | 0.98 | 0.68 |
| Hex | FD | B3 | 5F | 0 | 1D | 3E | 1 | 20 | 62 | 44 |
| Octal | 375 | 263 | 137 | 0 | 35 | 76 | 1 | 40 | 142 | 104 |
| Binary | 11111101 | 10110011 | 1011111 | 0 | 11101 | 111110 | 1 | 100000 | 1100010 | 1000100 |
Color Harmonies of #FDB35F
Complementary color
Monochromatic Colors of #FDB35F
Black with #FDB35F
Text Example
Text Example
White with #FDB35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB35F; }
p { color: rgb(253,179,95); }
H1.HeaderClassName
{
color: #FDB35F;
}
.AnyTagClassName
{
color: #FDB35F;
}
</style>
background-color css
<style>
a { background-color: #FDB35F; }
a { background-color: rgb(253,179,95); }
div.DivClassName
{
background-color: #FDB35F;
}
.BgClassName
{
background-color: #FDB35F;
}
</style>
border-color css
<style>
span { border-color: #FDB35F; }
span { border-color: rgb(253,179,95); }
td.TdClassName
{
border-color: #FDB35F;
}
.TagClassName
{
border-color: #FDB35F;
}
</style>