Shades of Salomie #FDD76F
Tints of Salomie #FDD76F
RGB
CMYK
RGB Variations
Color information
#FDD76F (or 0xFDD76F) is known color: Salomie. HEX triplet: FD, D7 and 6F. RGB value is (253,215,111). Sum of RGB (Red+Green+Blue) = 253+215+111=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 111 (43.75% from 255 or 19.17% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD76F is #022890. Grayscale: #D6D6D6. Windows color (decimal): -141457 or 7329789. OLE color: 7329789.
HSL color Cylindrical-coordinate representation of color #FDD76F: hue angle of 43.94º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDD76F is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 111 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.01 |
| HSL | 43.94º | 0.97% | 0.71% | - |
| HSV(B) | 43.94º | 0.56% | 0.99% | - |
| XYZ | 67.68 | 70.63 | 25.11 | - |
| YUV | 214.51 | 69.59 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 111 | 0 | 0.15 | 0.56 | 0.01 | 43.94 | 0.97 | 0.71 |
| Hex | FD | D7 | 6F | 0 | F | 38 | 1 | 2C | 61 | 47 |
| Octal | 375 | 327 | 157 | 0 | 17 | 70 | 1 | 54 | 141 | 107 |
| Binary | 11111101 | 11010111 | 1101111 | 0 | 1111 | 111000 | 1 | 101100 | 1100001 | 1000111 |
Color Harmonies of #FDD76F
Complementary color
Monochromatic Colors of #FDD76F
Black with #FDD76F
Text Example
Text Example
White with #FDD76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD76F; }
p { color: rgb(253,215,111); }
H1.HeaderClassName
{
color: #FDD76F;
}
.AnyTagClassName
{
color: #FDD76F;
}
</style>
background-color css
<style>
a { background-color: #FDD76F; }
a { background-color: rgb(253,215,111); }
div.DivClassName
{
background-color: #FDD76F;
}
.BgClassName
{
background-color: #FDD76F;
}
</style>
border-color css
<style>
span { border-color: #FDD76F; }
span { border-color: rgb(253,215,111); }
td.TdClassName
{
border-color: #FDD76F;
}
.TagClassName
{
border-color: #FDD76F;
}
</style>