Shades of Salomie #FDD67E
Tints of Salomie #FDD67E
RGB
CMYK
RGB Variations
Color information
#FDD67E (or 0xFDD67E) is known color: Salomie. HEX triplet: FD, D6 and 7E. RGB value is (253,214,126). Sum of RGB (Red+Green+Blue) = 253+214+126=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 126 (49.61% from 255 or 21.25% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD67E is #022981. Grayscale: #D8D8D8. Windows color (decimal): -141698 or 8312573. OLE color: 8312573.
HSL color Cylindrical-coordinate representation of color #FDD67E: hue angle of 41.57º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDD67E is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 126 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.01 |
| HSL | 41.57º | 0.97% | 0.74% | - |
| HSV(B) | 41.57º | 0.5% | 0.99% | - |
| XYZ | 68.32 | 70.48 | 29.74 | - |
| YUV | 215.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 126 | 0 | 0.15 | 0.50 | 0.01 | 41.57 | 0.97 | 0.74 |
| Hex | FD | D6 | 7E | 0 | F | 32 | 1 | 2A | 61 | 4A |
| Octal | 375 | 326 | 176 | 0 | 17 | 62 | 1 | 52 | 141 | 112 |
| Binary | 11111101 | 11010110 | 1111110 | 0 | 1111 | 110010 | 1 | 101010 | 1100001 | 1001010 |
Color Harmonies of #FDD67E
Complementary color
Monochromatic Colors of #FDD67E
Black with #FDD67E
Text Example
Text Example
White with #FDD67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD67E; }
p { color: rgb(253,214,126); }
H1.HeaderClassName
{
color: #FDD67E;
}
.AnyTagClassName
{
color: #FDD67E;
}
</style>
background-color css
<style>
a { background-color: #FDD67E; }
a { background-color: rgb(253,214,126); }
div.DivClassName
{
background-color: #FDD67E;
}
.BgClassName
{
background-color: #FDD67E;
}
</style>
border-color css
<style>
span { border-color: #FDD67E; }
span { border-color: rgb(253,214,126); }
td.TdClassName
{
border-color: #FDD67E;
}
.TagClassName
{
border-color: #FDD67E;
}
</style>