Shades of Salomie #FFD474
Tints of Salomie #FFD474
RGB
CMYK
RGB Variations
Color information
#FFD474 (or 0xFFD474) is known color: Salomie. HEX triplet: FF, D4 and 74. RGB value is (255,212,116). Sum of RGB (Red+Green+Blue) = 255+212+116=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 116 (45.70% from 255 or 19.90% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD474 is #002B8B. Grayscale: #D6D6D6. Windows color (decimal): -11148 or 7656703. OLE color: 7656703.
HSL color Cylindrical-coordinate representation of color #FFD474: hue angle of 41.44º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFD474 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 116 | - |
| CMYK | 0 | 0.17 | 0.55 | 0 |
| HSL | 41.44º | 1% | 0.73% | - |
| HSV(B) | 41.44º | 0.55% | 1% | - |
| XYZ | 67.94 | 69.61 | 26.38 | - |
| YUV | 213.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 116 | 0 | 0.17 | 0.55 | 0 | 41.44 | 1 | 0.73 |
| Hex | FF | D4 | 74 | 0 | 11 | 37 | 0 | 29 | 64 | 49 |
| Octal | 377 | 324 | 164 | 0 | 21 | 67 | 0 | 51 | 144 | 111 |
| Binary | 11111111 | 11010100 | 1110100 | 0 | 10001 | 110111 | 0 | 101001 | 1100100 | 1001001 |
Color Harmonies of #FFD474
Complementary color
Monochromatic Colors of #FFD474
Black with #FFD474
Text Example
Text Example
White with #FFD474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD474; }
p { color: rgb(255,212,116); }
H1.HeaderClassName
{
color: #FFD474;
}
.AnyTagClassName
{
color: #FFD474;
}
</style>
background-color css
<style>
a { background-color: #FFD474; }
a { background-color: rgb(255,212,116); }
div.DivClassName
{
background-color: #FFD474;
}
.BgClassName
{
background-color: #FFD474;
}
</style>
border-color css
<style>
span { border-color: #FFD474; }
span { border-color: rgb(255,212,116); }
td.TdClassName
{
border-color: #FFD474;
}
.TagClassName
{
border-color: #FFD474;
}
</style>