Shades of Rajah #FDB962
Tints of Rajah #FDB962
RGB
CMYK
RGB Variations
Color information
#FDB962 (or 0xFDB962) is known color: Rajah. HEX triplet: FD, B9 and 62. RGB value is (253,185,98). Sum of RGB (Red+Green+Blue) = 253+185+98=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB962 is #02469D. Grayscale: #C3C3C3. Windows color (decimal): -149150 or 6470141. OLE color: 6470141.
HSL color Cylindrical-coordinate representation of color #FDB962: hue angle of 33.68º 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 #FDB962 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 98 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.01 |
| HSL | 33.68º | 0.97% | 0.69% | - |
| HSV(B) | 33.68º | 0.61% | 0.99% | - |
| XYZ | 60.06 | 56.46 | 19.29 | - |
| YUV | 195.41 | 73.03 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 98 | 0 | 0.27 | 0.61 | 0.01 | 33.68 | 0.97 | 0.69 |
| Hex | FD | B9 | 62 | 0 | 1B | 3D | 1 | 22 | 61 | 45 |
| Octal | 375 | 271 | 142 | 0 | 33 | 75 | 1 | 42 | 141 | 105 |
| Binary | 11111101 | 10111001 | 1100010 | 0 | 11011 | 111101 | 1 | 100010 | 1100001 | 1000101 |
Color Harmonies of #FDB962
Complementary color
Monochromatic Colors of #FDB962
Black with #FDB962
Text Example
Text Example
White with #FDB962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB962; }
p { color: rgb(253,185,98); }
H1.HeaderClassName
{
color: #FDB962;
}
.AnyTagClassName
{
color: #FDB962;
}
</style>
background-color css
<style>
a { background-color: #FDB962; }
a { background-color: rgb(253,185,98); }
div.DivClassName
{
background-color: #FDB962;
}
.BgClassName
{
background-color: #FDB962;
}
</style>
border-color css
<style>
span { border-color: #FDB962; }
span { border-color: rgb(253,185,98); }
td.TdClassName
{
border-color: #FDB962;
}
.TagClassName
{
border-color: #FDB962;
}
</style>