Shades of Salomie #FDD67F
Tints of Salomie #FDD67F
RGB
CMYK
RGB Variations
Color information
#FDD67F (or 0xFDD67F) is known color: Salomie. HEX triplet: FD, D6 and 7F. RGB value is (253,214,127). Sum of RGB (Red+Green+Blue) = 253+214+127=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 127 (50% from 255 or 21.38% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD67F is #022980. Grayscale: #D8D8D8. Windows color (decimal): -141697 or 8378109. OLE color: 8378109.
HSL color Cylindrical-coordinate representation of color #FDD67F: hue angle of 41.43º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDD67F is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 127 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.01 |
| HSL | 41.43º | 0.97% | 0.75% | - |
| HSV(B) | 41.43º | 0.5% | 0.99% | - |
| XYZ | 68.39 | 70.51 | 30.08 | - |
| YUV | 215.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 127 | 0 | 0.15 | 0.50 | 0.01 | 41.43 | 0.97 | 0.75 |
| Hex | FD | D6 | 7F | 0 | F | 32 | 1 | 29 | 61 | 4B |
| Octal | 375 | 326 | 177 | 0 | 17 | 62 | 1 | 51 | 141 | 113 |
| Binary | 11111101 | 11010110 | 1111111 | 0 | 1111 | 110010 | 1 | 101001 | 1100001 | 1001011 |
Color Harmonies of #FDD67F
Complementary color
Monochromatic Colors of #FDD67F
Black with #FDD67F
Text Example
Text Example
White with #FDD67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD67F; }
p { color: rgb(253,214,127); }
H1.HeaderClassName
{
color: #FDD67F;
}
.AnyTagClassName
{
color: #FDD67F;
}
</style>
background-color css
<style>
a { background-color: #FDD67F; }
a { background-color: rgb(253,214,127); }
div.DivClassName
{
background-color: #FDD67F;
}
.BgClassName
{
background-color: #FDD67F;
}
</style>
border-color css
<style>
span { border-color: #FDD67F; }
span { border-color: rgb(253,214,127); }
td.TdClassName
{
border-color: #FDD67F;
}
.TagClassName
{
border-color: #FDD67F;
}
</style>