Shades of Rajah #FDB762
Tints of Rajah #FDB762
RGB
CMYK
RGB Variations
Color information
#FDB762 (or 0xFDB762) is known color: Rajah. HEX triplet: FD, B7 and 62. RGB value is (253,183,98). Sum of RGB (Red+Green+Blue) = 253+183+98=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB762 is #02489D. Grayscale: #C2C2C2. Windows color (decimal): -149662 or 6469629. OLE color: 6469629.
HSL color Cylindrical-coordinate representation of color #FDB762: hue angle of 32.9º 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 #FDB762 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 98 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.01 |
| HSL | 32.9º | 0.97% | 0.69% | - |
| HSV(B) | 32.9º | 0.61% | 0.99% | - |
| XYZ | 59.65 | 55.63 | 19.15 | - |
| YUV | 194.24 | 73.69 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 98 | 0 | 0.28 | 0.61 | 0.01 | 32.9 | 0.97 | 0.69 |
| Hex | FD | B7 | 62 | 0 | 1C | 3D | 1 | 21 | 61 | 45 |
| Octal | 375 | 267 | 142 | 0 | 34 | 75 | 1 | 41 | 141 | 105 |
| Binary | 11111101 | 10110111 | 1100010 | 0 | 11100 | 111101 | 1 | 100001 | 1100001 | 1000101 |
Color Harmonies of #FDB762
Complementary color
Monochromatic Colors of #FDB762
Black with #FDB762
Text Example
Text Example
White with #FDB762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB762; }
p { color: rgb(253,183,98); }
H1.HeaderClassName
{
color: #FDB762;
}
.AnyTagClassName
{
color: #FDB762;
}
</style>
background-color css
<style>
a { background-color: #FDB762; }
a { background-color: rgb(253,183,98); }
div.DivClassName
{
background-color: #FDB762;
}
.BgClassName
{
background-color: #FDB762;
}
</style>
border-color css
<style>
span { border-color: #FDB762; }
span { border-color: rgb(253,183,98); }
td.TdClassName
{
border-color: #FDB762;
}
.TagClassName
{
border-color: #FDB762;
}
</style>