Shades of Rajah #FDB366
Tints of Rajah #FDB366
RGB
CMYK
RGB Variations
Color information
#FDB366 (or 0xFDB366) is known color: Rajah. HEX triplet: FD, B3 and 66. RGB value is (253,179,102). Sum of RGB (Red+Green+Blue) = 253+179+102=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB366 is #024C99. Grayscale: #C0C0C0. Windows color (decimal): -150682 or 6730749. OLE color: 6730749.
HSL color Cylindrical-coordinate representation of color #FDB366: hue angle of 30.6º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDB366 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 102 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.01 |
| HSL | 30.6º | 0.97% | 0.7% | - |
| HSV(B) | 30.6º | 0.6% | 0.99% | - |
| XYZ | 59.03 | 54.08 | 19.9 | - |
| YUV | 192.35 | 77.02 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 102 | 0 | 0.29 | 0.60 | 0.01 | 30.6 | 0.97 | 0.7 |
| Hex | FD | B3 | 66 | 0 | 1D | 3C | 1 | 1F | 61 | 46 |
| Octal | 375 | 263 | 146 | 0 | 35 | 74 | 1 | 37 | 141 | 106 |
| Binary | 11111101 | 10110011 | 1100110 | 0 | 11101 | 111100 | 1 | 11111 | 1100001 | 1000110 |
Color Harmonies of #FDB366
Complementary color
Monochromatic Colors of #FDB366
Black with #FDB366
Text Example
Text Example
White with #FDB366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB366; }
p { color: rgb(253,179,102); }
H1.HeaderClassName
{
color: #FDB366;
}
.AnyTagClassName
{
color: #FDB366;
}
</style>
background-color css
<style>
a { background-color: #FDB366; }
a { background-color: rgb(253,179,102); }
div.DivClassName
{
background-color: #FDB366;
}
.BgClassName
{
background-color: #FDB366;
}
</style>
border-color css
<style>
span { border-color: #FDB366; }
span { border-color: rgb(253,179,102); }
td.TdClassName
{
border-color: #FDB366;
}
.TagClassName
{
border-color: #FDB366;
}
</style>