Shades of Rajah #FDB46B
Tints of Rajah #FDB46B
RGB
CMYK
RGB Variations
Color information
#FDB46B (or 0xFDB46B) is known color: Rajah. HEX triplet: FD, B4 and 6B. RGB value is (253,180,107). Sum of RGB (Red+Green+Blue) = 253+180+107=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB46B is #024B94. Grayscale: #C1C1C1. Windows color (decimal): -150421 or 7058685. OLE color: 7058685.
HSL color Cylindrical-coordinate representation of color #FDB46B: hue angle of 30º 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 #FDB46B is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 107 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.01 |
| HSL | 30º | 0.97% | 0.71% | - |
| HSV(B) | 30º | 0.58% | 0.99% | - |
| XYZ | 59.48 | 54.59 | 21.31 | - |
| YUV | 193.51 | 79.18 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 107 | 0 | 0.29 | 0.58 | 0.01 | 30 | 0.97 | 0.71 |
| Hex | FD | B4 | 6B | 0 | 1D | 3A | 1 | 1E | 61 | 47 |
| Octal | 375 | 264 | 153 | 0 | 35 | 72 | 1 | 36 | 141 | 107 |
| Binary | 11111101 | 10110100 | 1101011 | 0 | 11101 | 111010 | 1 | 11110 | 1100001 | 1000111 |
Color Harmonies of #FDB46B
Complementary color
Monochromatic Colors of #FDB46B
Black with #FDB46B
Text Example
Text Example
White with #FDB46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB46B; }
p { color: rgb(253,180,107); }
H1.HeaderClassName
{
color: #FDB46B;
}
.AnyTagClassName
{
color: #FDB46B;
}
</style>
background-color css
<style>
a { background-color: #FDB46B; }
a { background-color: rgb(253,180,107); }
div.DivClassName
{
background-color: #FDB46B;
}
.BgClassName
{
background-color: #FDB46B;
}
</style>
border-color css
<style>
span { border-color: #FDB46B; }
span { border-color: rgb(253,180,107); }
td.TdClassName
{
border-color: #FDB46B;
}
.TagClassName
{
border-color: #FDB46B;
}
</style>