Shades of Rajah #FDB56B
Tints of Rajah #FDB56B
RGB
CMYK
RGB Variations
Color information
#FDB56B (or 0xFDB56B) is known color: Rajah. HEX triplet: FD, B5 and 6B. RGB value is (253,181,107). Sum of RGB (Red+Green+Blue) = 253+181+107=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB56B is #024A94. Grayscale: #C2C2C2. Windows color (decimal): -150165 or 7058941. OLE color: 7058941.
HSL color Cylindrical-coordinate representation of color #FDB56B: hue angle of 30.41º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDB56B is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 107 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.01 |
| HSL | 30.41º | 0.97% | 0.71% | - |
| HSV(B) | 30.41º | 0.58% | 0.99% | - |
| XYZ | 59.69 | 54.99 | 21.38 | - |
| YUV | 194.09 | 78.85 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 107 | 0 | 0.28 | 0.58 | 0.01 | 30.41 | 0.97 | 0.71 |
| Hex | FD | B5 | 6B | 0 | 1C | 3A | 1 | 1E | 61 | 47 |
| Octal | 375 | 265 | 153 | 0 | 34 | 72 | 1 | 36 | 141 | 107 |
| Binary | 11111101 | 10110101 | 1101011 | 0 | 11100 | 111010 | 1 | 11110 | 1100001 | 1000111 |
Color Harmonies of #FDB56B
Complementary color
Monochromatic Colors of #FDB56B
Black with #FDB56B
Text Example
Text Example
White with #FDB56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB56B; }
p { color: rgb(253,181,107); }
H1.HeaderClassName
{
color: #FDB56B;
}
.AnyTagClassName
{
color: #FDB56B;
}
</style>
background-color css
<style>
a { background-color: #FDB56B; }
a { background-color: rgb(253,181,107); }
div.DivClassName
{
background-color: #FDB56B;
}
.BgClassName
{
background-color: #FDB56B;
}
</style>
border-color css
<style>
span { border-color: #FDB56B; }
span { border-color: rgb(253,181,107); }
td.TdClassName
{
border-color: #FDB56B;
}
.TagClassName
{
border-color: #FDB56B;
}
</style>