Shades of Rajah #FDB462
Tints of Rajah #FDB462
RGB
CMYK
RGB Variations
Color information
#FDB462 (or 0xFDB462) is known color: Rajah. HEX triplet: FD, B4 and 62. RGB value is (253,180,98). Sum of RGB (Red+Green+Blue) = 253+180+98=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB462 is #024B9D. Grayscale: #C0C0C0. Windows color (decimal): -150430 or 6468861. OLE color: 6468861.
HSL color Cylindrical-coordinate representation of color #FDB462: hue angle of 31.74º 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 #FDB462 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 98 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.01 |
| HSL | 31.74º | 0.97% | 0.69% | - |
| HSV(B) | 31.74º | 0.61% | 0.99% | - |
| XYZ | 59.03 | 54.41 | 18.95 | - |
| YUV | 192.48 | 74.68 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 98 | 0 | 0.29 | 0.61 | 0.01 | 31.74 | 0.97 | 0.69 |
| Hex | FD | B4 | 62 | 0 | 1D | 3D | 1 | 20 | 61 | 45 |
| Octal | 375 | 264 | 142 | 0 | 35 | 75 | 1 | 40 | 141 | 105 |
| Binary | 11111101 | 10110100 | 1100010 | 0 | 11101 | 111101 | 1 | 100000 | 1100001 | 1000101 |
Color Harmonies of #FDB462
Complementary color
Monochromatic Colors of #FDB462
Black with #FDB462
Text Example
Text Example
White with #FDB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB462; }
p { color: rgb(253,180,98); }
H1.HeaderClassName
{
color: #FDB462;
}
.AnyTagClassName
{
color: #FDB462;
}
</style>
background-color css
<style>
a { background-color: #FDB462; }
a { background-color: rgb(253,180,98); }
div.DivClassName
{
background-color: #FDB462;
}
.BgClassName
{
background-color: #FDB462;
}
</style>
border-color css
<style>
span { border-color: #FDB462; }
span { border-color: rgb(253,180,98); }
td.TdClassName
{
border-color: #FDB462;
}
.TagClassName
{
border-color: #FDB462;
}
</style>