Shades of Salomie #FDD678
Tints of Salomie #FDD678
RGB
CMYK
RGB Variations
Color information
#FDD678 (or 0xFDD678) is known color: Salomie. HEX triplet: FD, D6 and 78. RGB value is (253,214,120). Sum of RGB (Red+Green+Blue) = 253+214+120=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 120 (47.27% from 255 or 20.44% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD678 is #022987. Grayscale: #D7D7D7. Windows color (decimal): -141704 or 7919357. OLE color: 7919357.
HSL color Cylindrical-coordinate representation of color #FDD678: hue angle of 42.41º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDD678 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 120 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.01 |
| HSL | 42.41º | 0.97% | 0.73% | - |
| HSV(B) | 42.41º | 0.53% | 0.99% | - |
| XYZ | 67.94 | 70.33 | 27.76 | - |
| YUV | 214.95 | 74.42 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 120 | 0 | 0.15 | 0.53 | 0.01 | 42.41 | 0.97 | 0.73 |
| Hex | FD | D6 | 78 | 0 | F | 35 | 1 | 2A | 61 | 49 |
| Octal | 375 | 326 | 170 | 0 | 17 | 65 | 1 | 52 | 141 | 111 |
| Binary | 11111101 | 11010110 | 1111000 | 0 | 1111 | 110101 | 1 | 101010 | 1100001 | 1001001 |
Color Harmonies of #FDD678
Complementary color
Monochromatic Colors of #FDD678
Black with #FDD678
Text Example
Text Example
White with #FDD678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD678; }
p { color: rgb(253,214,120); }
H1.HeaderClassName
{
color: #FDD678;
}
.AnyTagClassName
{
color: #FDD678;
}
</style>
background-color css
<style>
a { background-color: #FDD678; }
a { background-color: rgb(253,214,120); }
div.DivClassName
{
background-color: #FDD678;
}
.BgClassName
{
background-color: #FDD678;
}
</style>
border-color css
<style>
span { border-color: #FDD678; }
span { border-color: rgb(253,214,120); }
td.TdClassName
{
border-color: #FDD678;
}
.TagClassName
{
border-color: #FDD678;
}
</style>