Shades of Rajah #FDBD63
Tints of Rajah #FDBD63
RGB
CMYK
RGB Variations
Color information
#FDBD63 (or 0xFDBD63) is known color: Rajah. HEX triplet: FD, BD and 63. RGB value is (253,189,99). Sum of RGB (Red+Green+Blue) = 253+189+99=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 99 (39.06% from 255 or 18.30% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBD63 is #02429C. Grayscale: #C6C6C6. Windows color (decimal): -148125 or 6536701. OLE color: 6536701.
HSL color Cylindrical-coordinate representation of color #FDBD63: hue angle of 35.06º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDBD63 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 99 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.01 |
| HSL | 35.06º | 0.97% | 0.69% | - |
| HSV(B) | 35.06º | 0.61% | 0.99% | - |
| XYZ | 60.96 | 58.18 | 19.82 | - |
| YUV | 197.88 | 72.2 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 99 | 0 | 0.25 | 0.61 | 0.01 | 35.06 | 0.97 | 0.69 |
| Hex | FD | BD | 63 | 0 | 19 | 3D | 1 | 23 | 61 | 45 |
| Octal | 375 | 275 | 143 | 0 | 31 | 75 | 1 | 43 | 141 | 105 |
| Binary | 11111101 | 10111101 | 1100011 | 0 | 11001 | 111101 | 1 | 100011 | 1100001 | 1000101 |
Color Harmonies of #FDBD63
Complementary color
Monochromatic Colors of #FDBD63
Black with #FDBD63
Text Example
Text Example
White with #FDBD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD63; }
p { color: rgb(253,189,99); }
H1.HeaderClassName
{
color: #FDBD63;
}
.AnyTagClassName
{
color: #FDBD63;
}
</style>
background-color css
<style>
a { background-color: #FDBD63; }
a { background-color: rgb(253,189,99); }
div.DivClassName
{
background-color: #FDBD63;
}
.BgClassName
{
background-color: #FDBD63;
}
</style>
border-color css
<style>
span { border-color: #FDBD63; }
span { border-color: rgb(253,189,99); }
td.TdClassName
{
border-color: #FDBD63;
}
.TagClassName
{
border-color: #FDBD63;
}
</style>