Shades of Rajah #FDB862
Tints of Rajah #FDB862
RGB
CMYK
RGB Variations
Color information
#FDB862 (or 0xFDB862) is known color: Rajah. HEX triplet: FD, B8 and 62. RGB value is (253,184,98). Sum of RGB (Red+Green+Blue) = 253+184+98=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB862 is #02479D. Grayscale: #C3C3C3. Windows color (decimal): -149406 or 6469885. OLE color: 6469885.
HSL color Cylindrical-coordinate representation of color #FDB862: hue angle of 33.29º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDB862 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 98 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.01 |
| HSL | 33.29º | 0.97% | 0.69% | - |
| HSV(B) | 33.29º | 0.61% | 0.99% | - |
| XYZ | 59.85 | 56.05 | 19.22 | - |
| YUV | 194.83 | 73.36 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 98 | 0 | 0.27 | 0.61 | 0.01 | 33.29 | 0.97 | 0.69 |
| Hex | FD | B8 | 62 | 0 | 1B | 3D | 1 | 21 | 61 | 45 |
| Octal | 375 | 270 | 142 | 0 | 33 | 75 | 1 | 41 | 141 | 105 |
| Binary | 11111101 | 10111000 | 1100010 | 0 | 11011 | 111101 | 1 | 100001 | 1100001 | 1000101 |
Color Harmonies of #FDB862
Complementary color
Monochromatic Colors of #FDB862
Black with #FDB862
Text Example
Text Example
White with #FDB862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB862; }
p { color: rgb(253,184,98); }
H1.HeaderClassName
{
color: #FDB862;
}
.AnyTagClassName
{
color: #FDB862;
}
</style>
background-color css
<style>
a { background-color: #FDB862; }
a { background-color: rgb(253,184,98); }
div.DivClassName
{
background-color: #FDB862;
}
.BgClassName
{
background-color: #FDB862;
}
</style>
border-color css
<style>
span { border-color: #FDB862; }
span { border-color: rgb(253,184,98); }
td.TdClassName
{
border-color: #FDB862;
}
.TagClassName
{
border-color: #FDB862;
}
</style>