Shades of Rajah #FDB865
Tints of Rajah #FDB865
RGB
CMYK
RGB Variations
Color information
#FDB865 (or 0xFDB865) is known color: Rajah. HEX triplet: FD, B8 and 65. RGB value is (253,184,101). Sum of RGB (Red+Green+Blue) = 253+184+101=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB865 is #02479A. Grayscale: #C3C3C3. Windows color (decimal): -149403 or 6666493. OLE color: 6666493.
HSL color Cylindrical-coordinate representation of color #FDB865: hue angle of 32.76º 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 #FDB865 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 101 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.01 |
| HSL | 32.76º | 0.97% | 0.69% | - |
| HSV(B) | 32.76º | 0.6% | 0.99% | - |
| XYZ | 60 | 56.1 | 19.98 | - |
| YUV | 195.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 101 | 0 | 0.27 | 0.60 | 0.01 | 32.76 | 0.97 | 0.69 |
| Hex | FD | B8 | 65 | 0 | 1B | 3C | 1 | 21 | 61 | 45 |
| Octal | 375 | 270 | 145 | 0 | 33 | 74 | 1 | 41 | 141 | 105 |
| Binary | 11111101 | 10111000 | 1100101 | 0 | 11011 | 111100 | 1 | 100001 | 1100001 | 1000101 |
Color Harmonies of #FDB865
Complementary color
Monochromatic Colors of #FDB865
Black with #FDB865
Text Example
Text Example
White with #FDB865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB865; }
p { color: rgb(253,184,101); }
H1.HeaderClassName
{
color: #FDB865;
}
.AnyTagClassName
{
color: #FDB865;
}
</style>
background-color css
<style>
a { background-color: #FDB865; }
a { background-color: rgb(253,184,101); }
div.DivClassName
{
background-color: #FDB865;
}
.BgClassName
{
background-color: #FDB865;
}
</style>
border-color css
<style>
span { border-color: #FDB865; }
span { border-color: rgb(253,184,101); }
td.TdClassName
{
border-color: #FDB865;
}
.TagClassName
{
border-color: #FDB865;
}
</style>