Shades of Salomie #FDD672
Tints of Salomie #FDD672
RGB
CMYK
RGB Variations
Color information
#FDD672 (or 0xFDD672) is known color: Salomie. HEX triplet: FD, D6 and 72. RGB value is (253,214,114). Sum of RGB (Red+Green+Blue) = 253+214+114=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 114 (44.92% from 255 or 19.62% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD672 is #02298D. Grayscale: #D6D6D6. Windows color (decimal): -141710 or 7526141. OLE color: 7526141.
HSL color Cylindrical-coordinate representation of color #FDD672: hue angle of 43.17º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDD672 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 114 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.01 |
| HSL | 43.17º | 0.97% | 0.72% | - |
| HSV(B) | 43.17º | 0.55% | 0.99% | - |
| XYZ | 67.59 | 70.19 | 25.91 | - |
| YUV | 214.26 | 71.42 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 114 | 0 | 0.15 | 0.55 | 0.01 | 43.17 | 0.97 | 0.72 |
| Hex | FD | D6 | 72 | 0 | F | 37 | 1 | 2B | 61 | 48 |
| Octal | 375 | 326 | 162 | 0 | 17 | 67 | 1 | 53 | 141 | 110 |
| Binary | 11111101 | 11010110 | 1110010 | 0 | 1111 | 110111 | 1 | 101011 | 1100001 | 1001000 |
Color Harmonies of #FDD672
Complementary color
Monochromatic Colors of #FDD672
Black with #FDD672
Text Example
Text Example
White with #FDD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD672; }
p { color: rgb(253,214,114); }
H1.HeaderClassName
{
color: #FDD672;
}
.AnyTagClassName
{
color: #FDD672;
}
</style>
background-color css
<style>
a { background-color: #FDD672; }
a { background-color: rgb(253,214,114); }
div.DivClassName
{
background-color: #FDD672;
}
.BgClassName
{
background-color: #FDD672;
}
</style>
border-color css
<style>
span { border-color: #FDD672; }
span { border-color: rgb(253,214,114); }
td.TdClassName
{
border-color: #FDD672;
}
.TagClassName
{
border-color: #FDD672;
}
</style>