Shades of Rajah #FDB665
Tints of Rajah #FDB665
RGB
CMYK
RGB Variations
Color information
#FDB665 (or 0xFDB665) is known color: Rajah. HEX triplet: FD, B6 and 65. RGB value is (253,182,101). Sum of RGB (Red+Green+Blue) = 253+182+101=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB665 is #02499A. Grayscale: #C2C2C2. Windows color (decimal): -149915 or 6665981. OLE color: 6665981.
HSL color Cylindrical-coordinate representation of color #FDB665: hue angle of 31.97º 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 #FDB665 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 101 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.01 |
| HSL | 31.97º | 0.97% | 0.69% | - |
| HSV(B) | 31.97º | 0.6% | 0.99% | - |
| XYZ | 59.58 | 55.28 | 19.84 | - |
| YUV | 194 | 75.52 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 101 | 0 | 0.28 | 0.60 | 0.01 | 31.97 | 0.97 | 0.69 |
| Hex | FD | B6 | 65 | 0 | 1C | 3C | 1 | 20 | 61 | 45 |
| Octal | 375 | 266 | 145 | 0 | 34 | 74 | 1 | 40 | 141 | 105 |
| Binary | 11111101 | 10110110 | 1100101 | 0 | 11100 | 111100 | 1 | 100000 | 1100001 | 1000101 |
Color Harmonies of #FDB665
Complementary color
Monochromatic Colors of #FDB665
Black with #FDB665
Text Example
Text Example
White with #FDB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB665; }
p { color: rgb(253,182,101); }
H1.HeaderClassName
{
color: #FDB665;
}
.AnyTagClassName
{
color: #FDB665;
}
</style>
background-color css
<style>
a { background-color: #FDB665; }
a { background-color: rgb(253,182,101); }
div.DivClassName
{
background-color: #FDB665;
}
.BgClassName
{
background-color: #FDB665;
}
</style>
border-color css
<style>
span { border-color: #FDB665; }
span { border-color: rgb(253,182,101); }
td.TdClassName
{
border-color: #FDB665;
}
.TagClassName
{
border-color: #FDB665;
}
</style>