Shades of Salomie #FFD672
Tints of Salomie #FFD672
RGB
CMYK
RGB Variations
Color information
#FFD672 (or 0xFFD672) is known color: Salomie. HEX triplet: FF, D6 and 72. RGB value is (255,214,114). Sum of RGB (Red+Green+Blue) = 255+214+114=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 114 (44.92% from 255 or 19.55% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD672 is #00298D. Grayscale: #D7D7D7. Windows color (decimal): -10638 or 7526143. OLE color: 7526143.
HSL color Cylindrical-coordinate representation of color #FFD672: hue angle of 42.55º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFD672 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 114 | - |
| CMYK | 0 | 0.16 | 0.55 | 0 |
| HSL | 42.55º | 1% | 0.72% | - |
| HSV(B) | 42.55º | 0.55% | 1% | - |
| XYZ | 68.32 | 70.57 | 25.94 | - |
| YUV | 214.86 | 71.08 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 114 | 0 | 0.16 | 0.55 | 0 | 42.55 | 1 | 0.72 |
| Hex | FF | D6 | 72 | 0 | 10 | 37 | 0 | 2B | 64 | 48 |
| Octal | 377 | 326 | 162 | 0 | 20 | 67 | 0 | 53 | 144 | 110 |
| Binary | 11111111 | 11010110 | 1110010 | 0 | 10000 | 110111 | 0 | 101011 | 1100100 | 1001000 |
Color Harmonies of #FFD672
Complementary color
Monochromatic Colors of #FFD672
Black with #FFD672
Text Example
Text Example
White with #FFD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD672; }
p { color: rgb(255,214,114); }
H1.HeaderClassName
{
color: #FFD672;
}
.AnyTagClassName
{
color: #FFD672;
}
</style>
background-color css
<style>
a { background-color: #FFD672; }
a { background-color: rgb(255,214,114); }
div.DivClassName
{
background-color: #FFD672;
}
.BgClassName
{
background-color: #FFD672;
}
</style>
border-color css
<style>
span { border-color: #FFD672; }
span { border-color: rgb(255,214,114); }
td.TdClassName
{
border-color: #FFD672;
}
.TagClassName
{
border-color: #FFD672;
}
</style>