Shades of Rajah #FDB164
Tints of Rajah #FDB164
RGB
CMYK
RGB Variations
Color information
#FDB164 (or 0xFDB164) is known color: Rajah. HEX triplet: FD, B1 and 64. RGB value is (253,177,100). Sum of RGB (Red+Green+Blue) = 253+177+100=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB164 is #024E9B. Grayscale: #BFBFBF. Windows color (decimal): -151196 or 6599165. OLE color: 6599165.
HSL color Cylindrical-coordinate representation of color #FDB164: hue angle of 30.2º 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 #FDB164 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 100 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.01 |
| HSL | 30.2º | 0.97% | 0.69% | - |
| HSV(B) | 30.2º | 0.6% | 0.99% | - |
| XYZ | 58.53 | 53.25 | 19.25 | - |
| YUV | 190.95 | 76.68 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 100 | 0 | 0.30 | 0.60 | 0.01 | 30.2 | 0.97 | 0.69 |
| Hex | FD | B1 | 64 | 0 | 1E | 3C | 1 | 1E | 61 | 45 |
| Octal | 375 | 261 | 144 | 0 | 36 | 74 | 1 | 36 | 141 | 105 |
| Binary | 11111101 | 10110001 | 1100100 | 0 | 11110 | 111100 | 1 | 11110 | 1100001 | 1000101 |
Color Harmonies of #FDB164
Complementary color
Monochromatic Colors of #FDB164
Black with #FDB164
Text Example
Text Example
White with #FDB164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB164; }
p { color: rgb(253,177,100); }
H1.HeaderClassName
{
color: #FDB164;
}
.AnyTagClassName
{
color: #FDB164;
}
</style>
background-color css
<style>
a { background-color: #FDB164; }
a { background-color: rgb(253,177,100); }
div.DivClassName
{
background-color: #FDB164;
}
.BgClassName
{
background-color: #FDB164;
}
</style>
border-color css
<style>
span { border-color: #FDB164; }
span { border-color: rgb(253,177,100); }
td.TdClassName
{
border-color: #FDB164;
}
.TagClassName
{
border-color: #FDB164;
}
</style>