Shades of Salomie #F9D375
Tints of Salomie #F9D375
RGB
CMYK
RGB Variations
Color information
#F9D375 (or 0xF9D375) is known color: Salomie. HEX triplet: F9, D3 and 75. RGB value is (249,211,117). Sum of RGB (Red+Green+Blue) = 249+211+117=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 117 (46.09% from 255 or 20.28% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D375 is #062C8A. Grayscale: #D4D4D4. Windows color (decimal): -404619 or 7721977. OLE color: 7721977.
HSL color Cylindrical-coordinate representation of color #F9D375: hue angle of 42.73º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9D375 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 211 | 117 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.02 |
| HSL | 42.73º | 0.92% | 0.72% | - |
| HSV(B) | 42.73º | 0.53% | 0.98% | - |
| XYZ | 65.57 | 68.01 | 26.5 | - |
| YUV | 211.65 | 74.59 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 211 | 117 | 0 | 0.15 | 0.53 | 0.02 | 42.73 | 0.92 | 0.72 |
| Hex | F9 | D3 | 75 | 0 | F | 35 | 2 | 2B | 5C | 48 |
| Octal | 371 | 323 | 165 | 0 | 17 | 65 | 2 | 53 | 134 | 110 |
| Binary | 11111001 | 11010011 | 1110101 | 0 | 1111 | 110101 | 10 | 101011 | 1011100 | 1001000 |
Color Harmonies of #F9D375
Complementary color
Monochromatic Colors of #F9D375
Black with #F9D375
Text Example
Text Example
White with #F9D375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D375; }
p { color: rgb(249,211,117); }
H1.HeaderClassName
{
color: #F9D375;
}
.AnyTagClassName
{
color: #F9D375;
}
</style>
background-color css
<style>
a { background-color: #F9D375; }
a { background-color: rgb(249,211,117); }
div.DivClassName
{
background-color: #F9D375;
}
.BgClassName
{
background-color: #F9D375;
}
</style>
border-color css
<style>
span { border-color: #F9D375; }
span { border-color: rgb(249,211,117); }
td.TdClassName
{
border-color: #F9D375;
}
.TagClassName
{
border-color: #F9D375;
}
</style>