Shades of Rajah #FDB062
Tints of Rajah #FDB062
RGB
CMYK
RGB Variations
Color information
#FDB062 (or 0xFDB062) is known color: Rajah. HEX triplet: FD, B0 and 62. RGB value is (253,176,98). Sum of RGB (Red+Green+Blue) = 253+176+98=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB062 is #024F9D. Grayscale: #BEBEBE. Windows color (decimal): -151454 or 6467837. OLE color: 6467837.
HSL color Cylindrical-coordinate representation of color #FDB062: hue angle of 30.19º 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 #FDB062 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 98 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.01 |
| HSL | 30.19º | 0.97% | 0.69% | - |
| HSV(B) | 30.19º | 0.61% | 0.99% | - |
| XYZ | 58.24 | 52.82 | 18.68 | - |
| YUV | 190.13 | 76.01 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 98 | 0 | 0.30 | 0.61 | 0.01 | 30.19 | 0.97 | 0.69 |
| Hex | FD | B0 | 62 | 0 | 1E | 3D | 1 | 1E | 61 | 45 |
| Octal | 375 | 260 | 142 | 0 | 36 | 75 | 1 | 36 | 141 | 105 |
| Binary | 11111101 | 10110000 | 1100010 | 0 | 11110 | 111101 | 1 | 11110 | 1100001 | 1000101 |
Color Harmonies of #FDB062
Complementary color
Monochromatic Colors of #FDB062
Black with #FDB062
Text Example
Text Example
White with #FDB062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB062; }
p { color: rgb(253,176,98); }
H1.HeaderClassName
{
color: #FDB062;
}
.AnyTagClassName
{
color: #FDB062;
}
</style>
background-color css
<style>
a { background-color: #FDB062; }
a { background-color: rgb(253,176,98); }
div.DivClassName
{
background-color: #FDB062;
}
.BgClassName
{
background-color: #FDB062;
}
</style>
border-color css
<style>
span { border-color: #FDB062; }
span { border-color: rgb(253,176,98); }
td.TdClassName
{
border-color: #FDB062;
}
.TagClassName
{
border-color: #FDB062;
}
</style>