Shades of Rajah #FDB861
Tints of Rajah #FDB861
RGB
CMYK
RGB Variations
Color information
#FDB861 (or 0xFDB861) is known color: Rajah. HEX triplet: FD, B8 and 61. RGB value is (253,184,97). Sum of RGB (Red+Green+Blue) = 253+184+97=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB861 is #02479E. Grayscale: #C3C3C3. Windows color (decimal): -149407 or 6404349. OLE color: 6404349.
HSL color Cylindrical-coordinate representation of color #FDB861: hue angle of 33.46º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDB861 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 97 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.01 |
| HSL | 33.46º | 0.98% | 0.69% | - |
| HSV(B) | 33.46º | 0.62% | 0.99% | - |
| XYZ | 59.81 | 56.03 | 18.97 | - |
| YUV | 194.71 | 72.86 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 97 | 0 | 0.27 | 0.62 | 0.01 | 33.46 | 0.98 | 0.69 |
| Hex | FD | B8 | 61 | 0 | 1B | 3E | 1 | 21 | 62 | 45 |
| Octal | 375 | 270 | 141 | 0 | 33 | 76 | 1 | 41 | 142 | 105 |
| Binary | 11111101 | 10111000 | 1100001 | 0 | 11011 | 111110 | 1 | 100001 | 1100010 | 1000101 |
Color Harmonies of #FDB861
Complementary color
Monochromatic Colors of #FDB861
Black with #FDB861
Text Example
Text Example
White with #FDB861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB861; }
p { color: rgb(253,184,97); }
H1.HeaderClassName
{
color: #FDB861;
}
.AnyTagClassName
{
color: #FDB861;
}
</style>
background-color css
<style>
a { background-color: #FDB861; }
a { background-color: rgb(253,184,97); }
div.DivClassName
{
background-color: #FDB861;
}
.BgClassName
{
background-color: #FDB861;
}
</style>
border-color css
<style>
span { border-color: #FDB861; }
span { border-color: rgb(253,184,97); }
td.TdClassName
{
border-color: #FDB861;
}
.TagClassName
{
border-color: #FDB861;
}
</style>