Shades of Rajah #FDBD64
Tints of Rajah #FDBD64
RGB
CMYK
RGB Variations
Color information
#FDBD64 (or 0xFDBD64) is known color: Rajah. HEX triplet: FD, BD and 64. RGB value is (253,189,100). Sum of RGB (Red+Green+Blue) = 253+189+100=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBD64 is #02429B. Grayscale: #C6C6C6. Windows color (decimal): -148124 or 6602237. OLE color: 6602237.
HSL color Cylindrical-coordinate representation of color #FDBD64: hue angle of 34.9º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDBD64 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 100 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.01 |
| HSL | 34.9º | 0.97% | 0.69% | - |
| HSV(B) | 34.9º | 0.6% | 0.99% | - |
| XYZ | 61.01 | 58.2 | 20.07 | - |
| YUV | 197.99 | 72.7 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 100 | 0 | 0.25 | 0.60 | 0.01 | 34.9 | 0.97 | 0.69 |
| Hex | FD | BD | 64 | 0 | 19 | 3C | 1 | 23 | 61 | 45 |
| Octal | 375 | 275 | 144 | 0 | 31 | 74 | 1 | 43 | 141 | 105 |
| Binary | 11111101 | 10111101 | 1100100 | 0 | 11001 | 111100 | 1 | 100011 | 1100001 | 1000101 |
Color Harmonies of #FDBD64
Complementary color
Monochromatic Colors of #FDBD64
Black with #FDBD64
Text Example
Text Example
White with #FDBD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD64; }
p { color: rgb(253,189,100); }
H1.HeaderClassName
{
color: #FDBD64;
}
.AnyTagClassName
{
color: #FDBD64;
}
</style>
background-color css
<style>
a { background-color: #FDBD64; }
a { background-color: rgb(253,189,100); }
div.DivClassName
{
background-color: #FDBD64;
}
.BgClassName
{
background-color: #FDBD64;
}
</style>
border-color css
<style>
span { border-color: #FDBD64; }
span { border-color: rgb(253,189,100); }
td.TdClassName
{
border-color: #FDBD64;
}
.TagClassName
{
border-color: #FDBD64;
}
</style>