Shades of Salomie #FDD674
Tints of Salomie #FDD674
RGB
CMYK
RGB Variations
Color information
#FDD674 (or 0xFDD674) is known color: Salomie. HEX triplet: FD, D6 and 74. RGB value is (253,214,116). Sum of RGB (Red+Green+Blue) = 253+214+116=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 116 (45.70% from 255 or 19.90% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD674 is #02298B. Grayscale: #D6D6D6. Windows color (decimal): -141708 or 7657213. OLE color: 7657213.
HSL color Cylindrical-coordinate representation of color #FDD674: hue angle of 42.92º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDD674 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 116 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.01 |
| HSL | 42.92º | 0.97% | 0.72% | - |
| HSV(B) | 42.92º | 0.54% | 0.99% | - |
| XYZ | 67.71 | 70.24 | 26.51 | - |
| YUV | 214.49 | 72.42 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 116 | 0 | 0.15 | 0.54 | 0.01 | 42.92 | 0.97 | 0.72 |
| Hex | FD | D6 | 74 | 0 | F | 36 | 1 | 2B | 61 | 48 |
| Octal | 375 | 326 | 164 | 0 | 17 | 66 | 1 | 53 | 141 | 110 |
| Binary | 11111101 | 11010110 | 1110100 | 0 | 1111 | 110110 | 1 | 101011 | 1100001 | 1001000 |
Color Harmonies of #FDD674
Complementary color
Monochromatic Colors of #FDD674
Black with #FDD674
Text Example
Text Example
White with #FDD674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD674; }
p { color: rgb(253,214,116); }
H1.HeaderClassName
{
color: #FDD674;
}
.AnyTagClassName
{
color: #FDD674;
}
</style>
background-color css
<style>
a { background-color: #FDD674; }
a { background-color: rgb(253,214,116); }
div.DivClassName
{
background-color: #FDD674;
}
.BgClassName
{
background-color: #FDD674;
}
</style>
border-color css
<style>
span { border-color: #FDD674; }
span { border-color: rgb(253,214,116); }
td.TdClassName
{
border-color: #FDD674;
}
.TagClassName
{
border-color: #FDD674;
}
</style>