Shades of Rajah #FDB465
Tints of Rajah #FDB465
RGB
CMYK
RGB Variations
Color information
#FDB465 (or 0xFDB465) is known color: Rajah. HEX triplet: FD, B4 and 65. RGB value is (253,180,101). Sum of RGB (Red+Green+Blue) = 253+180+101=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB465 is #024B9A. Grayscale: #C1C1C1. Windows color (decimal): -150427 or 6665469. OLE color: 6665469.
HSL color Cylindrical-coordinate representation of color #FDB465: hue angle of 31.18º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDB465 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 101 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.01 |
| HSL | 31.18º | 0.97% | 0.69% | - |
| HSV(B) | 31.18º | 0.6% | 0.99% | - |
| XYZ | 59.18 | 54.46 | 19.71 | - |
| YUV | 192.82 | 76.18 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 101 | 0 | 0.29 | 0.60 | 0.01 | 31.18 | 0.97 | 0.69 |
| Hex | FD | B4 | 65 | 0 | 1D | 3C | 1 | 1F | 61 | 45 |
| Octal | 375 | 264 | 145 | 0 | 35 | 74 | 1 | 37 | 141 | 105 |
| Binary | 11111101 | 10110100 | 1100101 | 0 | 11101 | 111100 | 1 | 11111 | 1100001 | 1000101 |
Color Harmonies of #FDB465
Complementary color
Monochromatic Colors of #FDB465
Black with #FDB465
Text Example
Text Example
White with #FDB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB465; }
p { color: rgb(253,180,101); }
H1.HeaderClassName
{
color: #FDB465;
}
.AnyTagClassName
{
color: #FDB465;
}
</style>
background-color css
<style>
a { background-color: #FDB465; }
a { background-color: rgb(253,180,101); }
div.DivClassName
{
background-color: #FDB465;
}
.BgClassName
{
background-color: #FDB465;
}
</style>
border-color css
<style>
span { border-color: #FDB465; }
span { border-color: rgb(253,180,101); }
td.TdClassName
{
border-color: #FDB465;
}
.TagClassName
{
border-color: #FDB465;
}
</style>