Shades of Rajah #FDB364
Tints of Rajah #FDB364
RGB
CMYK
RGB Variations
Color information
#FDB364 (or 0xFDB364) is known color: Rajah. HEX triplet: FD, B3 and 64. RGB value is (253,179,100). Sum of RGB (Red+Green+Blue) = 253+179+100=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB364 is #024C9B. Grayscale: #C0C0C0. Windows color (decimal): -150684 or 6599677. OLE color: 6599677.
HSL color Cylindrical-coordinate representation of color #FDB364: hue angle of 30.98º 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 #FDB364 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 100 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.01 |
| HSL | 30.98º | 0.97% | 0.69% | - |
| HSV(B) | 30.98º | 0.6% | 0.99% | - |
| XYZ | 58.93 | 54.04 | 19.38 | - |
| YUV | 192.12 | 76.02 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 100 | 0 | 0.29 | 0.60 | 0.01 | 30.98 | 0.97 | 0.69 |
| Hex | FD | B3 | 64 | 0 | 1D | 3C | 1 | 1F | 61 | 45 |
| Octal | 375 | 263 | 144 | 0 | 35 | 74 | 1 | 37 | 141 | 105 |
| Binary | 11111101 | 10110011 | 1100100 | 0 | 11101 | 111100 | 1 | 11111 | 1100001 | 1000101 |
Color Harmonies of #FDB364
Complementary color
Monochromatic Colors of #FDB364
Black with #FDB364
Text Example
Text Example
White with #FDB364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB364; }
p { color: rgb(253,179,100); }
H1.HeaderClassName
{
color: #FDB364;
}
.AnyTagClassName
{
color: #FDB364;
}
</style>
background-color css
<style>
a { background-color: #FDB364; }
a { background-color: rgb(253,179,100); }
div.DivClassName
{
background-color: #FDB364;
}
.BgClassName
{
background-color: #FDB364;
}
</style>
border-color css
<style>
span { border-color: #FDB364; }
span { border-color: rgb(253,179,100); }
td.TdClassName
{
border-color: #FDB364;
}
.TagClassName
{
border-color: #FDB364;
}
</style>