Shades of Rajah #FDB365
Tints of Rajah #FDB365
RGB
CMYK
RGB Variations
Color information
#FDB365 (or 0xFDB365) is known color: Rajah. HEX triplet: FD, B3 and 65. RGB value is (253,179,101). Sum of RGB (Red+Green+Blue) = 253+179+101=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB365 is #024C9A. Grayscale: #C0C0C0. Windows color (decimal): -150683 or 6665213. OLE color: 6665213.
HSL color Cylindrical-coordinate representation of color #FDB365: hue angle of 30.79º 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 #FDB365 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 101 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.01 |
| HSL | 30.79º | 0.97% | 0.69% | - |
| HSV(B) | 30.79º | 0.6% | 0.99% | - |
| XYZ | 58.98 | 54.06 | 19.64 | - |
| YUV | 192.23 | 76.52 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 101 | 0 | 0.29 | 0.60 | 0.01 | 30.79 | 0.97 | 0.69 |
| Hex | FD | B3 | 65 | 0 | 1D | 3C | 1 | 1F | 61 | 45 |
| Octal | 375 | 263 | 145 | 0 | 35 | 74 | 1 | 37 | 141 | 105 |
| Binary | 11111101 | 10110011 | 1100101 | 0 | 11101 | 111100 | 1 | 11111 | 1100001 | 1000101 |
Color Harmonies of #FDB365
Complementary color
Monochromatic Colors of #FDB365
Black with #FDB365
Text Example
Text Example
White with #FDB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB365; }
p { color: rgb(253,179,101); }
H1.HeaderClassName
{
color: #FDB365;
}
.AnyTagClassName
{
color: #FDB365;
}
</style>
background-color css
<style>
a { background-color: #FDB365; }
a { background-color: rgb(253,179,101); }
div.DivClassName
{
background-color: #FDB365;
}
.BgClassName
{
background-color: #FDB365;
}
</style>
border-color css
<style>
span { border-color: #FDB365; }
span { border-color: rgb(253,179,101); }
td.TdClassName
{
border-color: #FDB365;
}
.TagClassName
{
border-color: #FDB365;
}
</style>