Shades of Rajah #FDB363
Tints of Rajah #FDB363
RGB
CMYK
RGB Variations
Color information
#FDB363 (or 0xFDB363) is known color: Rajah. HEX triplet: FD, B3 and 63. RGB value is (253,179,99). Sum of RGB (Red+Green+Blue) = 253+179+99=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB363 is #024C9C. Grayscale: #C0C0C0. Windows color (decimal): -150685 or 6534141. OLE color: 6534141.
HSL color Cylindrical-coordinate representation of color #FDB363: hue angle of 31.17º 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 #FDB363 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 99 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.01 |
| HSL | 31.17º | 0.97% | 0.69% | - |
| HSV(B) | 31.17º | 0.61% | 0.99% | - |
| XYZ | 58.88 | 54.02 | 19.13 | - |
| YUV | 192.01 | 75.52 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 99 | 0 | 0.29 | 0.61 | 0.01 | 31.17 | 0.97 | 0.69 |
| Hex | FD | B3 | 63 | 0 | 1D | 3D | 1 | 1F | 61 | 45 |
| Octal | 375 | 263 | 143 | 0 | 35 | 75 | 1 | 37 | 141 | 105 |
| Binary | 11111101 | 10110011 | 1100011 | 0 | 11101 | 111101 | 1 | 11111 | 1100001 | 1000101 |
Color Harmonies of #FDB363
Complementary color
Monochromatic Colors of #FDB363
Black with #FDB363
Text Example
Text Example
White with #FDB363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB363; }
p { color: rgb(253,179,99); }
H1.HeaderClassName
{
color: #FDB363;
}
.AnyTagClassName
{
color: #FDB363;
}
</style>
background-color css
<style>
a { background-color: #FDB363; }
a { background-color: rgb(253,179,99); }
div.DivClassName
{
background-color: #FDB363;
}
.BgClassName
{
background-color: #FDB363;
}
</style>
border-color css
<style>
span { border-color: #FDB363; }
span { border-color: rgb(253,179,99); }
td.TdClassName
{
border-color: #FDB363;
}
.TagClassName
{
border-color: #FDB363;
}
</style>