Shades of Rajah #FDB566
Tints of Rajah #FDB566
RGB
CMYK
RGB Variations
Color information
#FDB566 (or 0xFDB566) is known color: Rajah. HEX triplet: FD, B5 and 66. RGB value is (253,181,102). Sum of RGB (Red+Green+Blue) = 253+181+102=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB566 is #024A99. Grayscale: #C1C1C1. Windows color (decimal): -150170 or 6731261. OLE color: 6731261.
HSL color Cylindrical-coordinate representation of color #FDB566: hue angle of 31.39º 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 #FDB566 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 102 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.01 |
| HSL | 31.39º | 0.97% | 0.7% | - |
| HSV(B) | 31.39º | 0.6% | 0.99% | - |
| XYZ | 59.43 | 54.89 | 20.03 | - |
| YUV | 193.52 | 76.35 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 102 | 0 | 0.28 | 0.60 | 0.01 | 31.39 | 0.97 | 0.7 |
| Hex | FD | B5 | 66 | 0 | 1C | 3C | 1 | 1F | 61 | 46 |
| Octal | 375 | 265 | 146 | 0 | 34 | 74 | 1 | 37 | 141 | 106 |
| Binary | 11111101 | 10110101 | 1100110 | 0 | 11100 | 111100 | 1 | 11111 | 1100001 | 1000110 |
Color Harmonies of #FDB566
Complementary color
Monochromatic Colors of #FDB566
Black with #FDB566
Text Example
Text Example
White with #FDB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB566; }
p { color: rgb(253,181,102); }
H1.HeaderClassName
{
color: #FDB566;
}
.AnyTagClassName
{
color: #FDB566;
}
</style>
background-color css
<style>
a { background-color: #FDB566; }
a { background-color: rgb(253,181,102); }
div.DivClassName
{
background-color: #FDB566;
}
.BgClassName
{
background-color: #FDB566;
}
</style>
border-color css
<style>
span { border-color: #FDB566; }
span { border-color: rgb(253,181,102); }
td.TdClassName
{
border-color: #FDB566;
}
.TagClassName
{
border-color: #FDB566;
}
</style>