Shades of Rajah #FDB165
Tints of Rajah #FDB165
RGB
CMYK
RGB Variations
Color information
#FDB165 (or 0xFDB165) is known color: Rajah. HEX triplet: FD, B1 and 65. RGB value is (253,177,101). Sum of RGB (Red+Green+Blue) = 253+177+101=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB165 is #024E9A. Grayscale: #BFBFBF. Windows color (decimal): -151195 or 6664701. OLE color: 6664701.
HSL color Cylindrical-coordinate representation of color #FDB165: hue angle of 30º 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 #FDB165 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 101 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.01 |
| HSL | 30º | 0.97% | 0.69% | - |
| HSV(B) | 30º | 0.6% | 0.99% | - |
| XYZ | 58.58 | 53.27 | 19.51 | - |
| YUV | 191.06 | 77.18 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 101 | 0 | 0.30 | 0.60 | 0.01 | 30 | 0.97 | 0.69 |
| Hex | FD | B1 | 65 | 0 | 1E | 3C | 1 | 1E | 61 | 45 |
| Octal | 375 | 261 | 145 | 0 | 36 | 74 | 1 | 36 | 141 | 105 |
| Binary | 11111101 | 10110001 | 1100101 | 0 | 11110 | 111100 | 1 | 11110 | 1100001 | 1000101 |
Color Harmonies of #FDB165
Complementary color
Monochromatic Colors of #FDB165
Black with #FDB165
Text Example
Text Example
White with #FDB165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB165; }
p { color: rgb(253,177,101); }
H1.HeaderClassName
{
color: #FDB165;
}
.AnyTagClassName
{
color: #FDB165;
}
</style>
background-color css
<style>
a { background-color: #FDB165; }
a { background-color: rgb(253,177,101); }
div.DivClassName
{
background-color: #FDB165;
}
.BgClassName
{
background-color: #FDB165;
}
</style>
border-color css
<style>
span { border-color: #FDB165; }
span { border-color: rgb(253,177,101); }
td.TdClassName
{
border-color: #FDB165;
}
.TagClassName
{
border-color: #FDB165;
}
</style>