Shades of Rajah #FDB064
Tints of Rajah #FDB064
RGB
CMYK
RGB Variations
Color information
#FDB064 (or 0xFDB064) is known color: Rajah. HEX triplet: FD, B0 and 64. RGB value is (253,176,100). Sum of RGB (Red+Green+Blue) = 253+176+100=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB064 is #024F9B. Grayscale: #BEBEBE. Windows color (decimal): -151452 or 6598909. OLE color: 6598909.
HSL color Cylindrical-coordinate representation of color #FDB064: hue angle of 29.8º 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 #FDB064 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 100 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.01 |
| HSL | 29.8º | 0.97% | 0.69% | - |
| HSV(B) | 29.8º | 0.6% | 0.99% | - |
| XYZ | 58.33 | 52.85 | 19.18 | - |
| YUV | 190.36 | 77.01 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 100 | 0 | 0.30 | 0.60 | 0.01 | 29.8 | 0.97 | 0.69 |
| Hex | FD | B0 | 64 | 0 | 1E | 3C | 1 | 1E | 61 | 45 |
| Octal | 375 | 260 | 144 | 0 | 36 | 74 | 1 | 36 | 141 | 105 |
| Binary | 11111101 | 10110000 | 1100100 | 0 | 11110 | 111100 | 1 | 11110 | 1100001 | 1000101 |
Color Harmonies of #FDB064
Complementary color
Monochromatic Colors of #FDB064
Black with #FDB064
Text Example
Text Example
White with #FDB064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB064; }
p { color: rgb(253,176,100); }
H1.HeaderClassName
{
color: #FDB064;
}
.AnyTagClassName
{
color: #FDB064;
}
</style>
background-color css
<style>
a { background-color: #FDB064; }
a { background-color: rgb(253,176,100); }
div.DivClassName
{
background-color: #FDB064;
}
.BgClassName
{
background-color: #FDB064;
}
</style>
border-color css
<style>
span { border-color: #FDB064; }
span { border-color: rgb(253,176,100); }
td.TdClassName
{
border-color: #FDB064;
}
.TagClassName
{
border-color: #FDB064;
}
</style>