Shades of Salomie #FDDB78
Tints of Salomie #FDDB78
RGB
CMYK
RGB Variations
Color information
#FDDB78 (or 0xFDDB78) is known color: Salomie. HEX triplet: FD, DB and 78. RGB value is (253,219,120). Sum of RGB (Red+Green+Blue) = 253+219+120=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 120 (47.27% from 255 or 20.27% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB78 is #022487. Grayscale: #DADADA. Windows color (decimal): -140424 or 7920637. OLE color: 7920637.
HSL color Cylindrical-coordinate representation of color #FDDB78: hue angle of 44.66º 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 #FDDB78 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 120 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.01 |
| HSL | 44.66º | 0.97% | 0.73% | - |
| HSV(B) | 44.66º | 0.53% | 0.99% | - |
| XYZ | 69.23 | 72.9 | 28.19 | - |
| YUV | 217.88 | 72.76 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 120 | 0 | 0.13 | 0.53 | 0.01 | 44.66 | 0.97 | 0.73 |
| Hex | FD | DB | 78 | 0 | D | 35 | 1 | 2D | 61 | 49 |
| Octal | 375 | 333 | 170 | 0 | 15 | 65 | 1 | 55 | 141 | 111 |
| Binary | 11111101 | 11011011 | 1111000 | 0 | 1101 | 110101 | 1 | 101101 | 1100001 | 1001001 |
Color Harmonies of #FDDB78
Complementary color
Monochromatic Colors of #FDDB78
Black with #FDDB78
Text Example
Text Example
White with #FDDB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB78; }
p { color: rgb(253,219,120); }
H1.HeaderClassName
{
color: #FDDB78;
}
.AnyTagClassName
{
color: #FDDB78;
}
</style>
background-color css
<style>
a { background-color: #FDDB78; }
a { background-color: rgb(253,219,120); }
div.DivClassName
{
background-color: #FDDB78;
}
.BgClassName
{
background-color: #FDDB78;
}
</style>
border-color css
<style>
span { border-color: #FDDB78; }
span { border-color: rgb(253,219,120); }
td.TdClassName
{
border-color: #FDDB78;
}
.TagClassName
{
border-color: #FDDB78;
}
</style>