Shades of Salomie #FDDB77
Tints of Salomie #FDDB77
RGB
CMYK
RGB Variations
Color information
#FDDB77 (or 0xFDDB77) is known color: Salomie. HEX triplet: FD, DB and 77. RGB value is (253,219,119). Sum of RGB (Red+Green+Blue) = 253+219+119=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 119 (46.88% from 255 or 20.14% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB77 is #022488. Grayscale: #DADADA. Windows color (decimal): -140425 or 7855101. OLE color: 7855101.
HSL color Cylindrical-coordinate representation of color #FDDB77: hue angle of 44.78º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDDB77 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 119 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.01 |
| HSL | 44.78º | 0.97% | 0.73% | - |
| HSV(B) | 44.78º | 0.53% | 0.99% | - |
| XYZ | 69.17 | 72.88 | 27.87 | - |
| YUV | 217.77 | 72.26 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 119 | 0 | 0.13 | 0.53 | 0.01 | 44.78 | 0.97 | 0.73 |
| Hex | FD | DB | 77 | 0 | D | 35 | 1 | 2D | 61 | 49 |
| Octal | 375 | 333 | 167 | 0 | 15 | 65 | 1 | 55 | 141 | 111 |
| Binary | 11111101 | 11011011 | 1110111 | 0 | 1101 | 110101 | 1 | 101101 | 1100001 | 1001001 |
Color Harmonies of #FDDB77
Complementary color
Monochromatic Colors of #FDDB77
Black with #FDDB77
Text Example
Text Example
White with #FDDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB77; }
p { color: rgb(253,219,119); }
H1.HeaderClassName
{
color: #FDDB77;
}
.AnyTagClassName
{
color: #FDDB77;
}
</style>
background-color css
<style>
a { background-color: #FDDB77; }
a { background-color: rgb(253,219,119); }
div.DivClassName
{
background-color: #FDDB77;
}
.BgClassName
{
background-color: #FDDB77;
}
</style>
border-color css
<style>
span { border-color: #FDDB77; }
span { border-color: rgb(253,219,119); }
td.TdClassName
{
border-color: #FDDB77;
}
.TagClassName
{
border-color: #FDDB77;
}
</style>