Shades of Rajah #FDB461
Tints of Rajah #FDB461
RGB
CMYK
RGB Variations
Color information
#FDB461 (or 0xFDB461) is known color: Rajah. HEX triplet: FD, B4 and 61. RGB value is (253,180,97). Sum of RGB (Red+Green+Blue) = 253+180+97=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB461 is #024B9E. Grayscale: #C0C0C0. Windows color (decimal): -150431 or 6403325. OLE color: 6403325.
HSL color Cylindrical-coordinate representation of color #FDB461: hue angle of 31.92º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDB461 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 97 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.01 |
| HSL | 31.92º | 0.98% | 0.69% | - |
| HSV(B) | 31.92º | 0.62% | 0.99% | - |
| XYZ | 58.99 | 54.39 | 18.7 | - |
| YUV | 192.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 97 | 0 | 0.29 | 0.62 | 0.01 | 31.92 | 0.98 | 0.69 |
| Hex | FD | B4 | 61 | 0 | 1D | 3E | 1 | 20 | 62 | 45 |
| Octal | 375 | 264 | 141 | 0 | 35 | 76 | 1 | 40 | 142 | 105 |
| Binary | 11111101 | 10110100 | 1100001 | 0 | 11101 | 111110 | 1 | 100000 | 1100010 | 1000101 |
Color Harmonies of #FDB461
Complementary color
Monochromatic Colors of #FDB461
Black with #FDB461
Text Example
Text Example
White with #FDB461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB461; }
p { color: rgb(253,180,97); }
H1.HeaderClassName
{
color: #FDB461;
}
.AnyTagClassName
{
color: #FDB461;
}
</style>
background-color css
<style>
a { background-color: #FDB461; }
a { background-color: rgb(253,180,97); }
div.DivClassName
{
background-color: #FDB461;
}
.BgClassName
{
background-color: #FDB461;
}
</style>
border-color css
<style>
span { border-color: #FDB461; }
span { border-color: rgb(253,180,97); }
td.TdClassName
{
border-color: #FDB461;
}
.TagClassName
{
border-color: #FDB461;
}
</style>