Shades of Rajah #FDB06B
Tints of Rajah #FDB06B
RGB
CMYK
RGB Variations
Color information
#FDB06B (or 0xFDB06B) is known color: Rajah. HEX triplet: FD, B0 and 6B. RGB value is (253,176,107). Sum of RGB (Red+Green+Blue) = 253+176+107=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB06B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB06B is #024F94. Grayscale: #BFBFBF. Windows color (decimal): -151445 or 7057661. OLE color: 7057661.
HSL color Cylindrical-coordinate representation of color #FDB06B: hue angle of 28.36º 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 #FDB06B is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 107 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.01 |
| HSL | 28.36º | 0.97% | 0.71% | - |
| HSV(B) | 28.36º | 0.58% | 0.99% | - |
| XYZ | 58.69 | 52.99 | 21.05 | - |
| YUV | 191.16 | 80.51 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 107 | 0 | 0.30 | 0.58 | 0.01 | 28.36 | 0.97 | 0.71 |
| Hex | FD | B0 | 6B | 0 | 1E | 3A | 1 | 1C | 61 | 47 |
| Octal | 375 | 260 | 153 | 0 | 36 | 72 | 1 | 34 | 141 | 107 |
| Binary | 11111101 | 10110000 | 1101011 | 0 | 11110 | 111010 | 1 | 11100 | 1100001 | 1000111 |
Color Harmonies of #FDB06B
Complementary color
Monochromatic Colors of #FDB06B
Black with #FDB06B
Text Example
Text Example
White with #FDB06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB06B; }
p { color: rgb(253,176,107); }
H1.HeaderClassName
{
color: #FDB06B;
}
.AnyTagClassName
{
color: #FDB06B;
}
</style>
background-color css
<style>
a { background-color: #FDB06B; }
a { background-color: rgb(253,176,107); }
div.DivClassName
{
background-color: #FDB06B;
}
.BgClassName
{
background-color: #FDB06B;
}
</style>
border-color css
<style>
span { border-color: #FDB06B; }
span { border-color: rgb(253,176,107); }
td.TdClassName
{
border-color: #FDB06B;
}
.TagClassName
{
border-color: #FDB06B;
}
</style>