Shades of Salomie #FFDA75
Tints of Salomie #FFDA75
RGB
CMYK
RGB Variations
Color information
#FFDA75 (or 0xFFDA75) is known color: Salomie. HEX triplet: FF, DA and 75. RGB value is (255,218,117). Sum of RGB (Red+Green+Blue) = 255+218+117=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA75 is #00258A. Grayscale: #D9D9D9. Windows color (decimal): -9611 or 7723775. OLE color: 7723775.
HSL color Cylindrical-coordinate representation of color #FFDA75: hue angle of 43.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFDA75 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 117 | - |
| CMYK | 0 | 0.15 | 0.54 | 0 |
| HSL | 43.91º | 1% | 0.73% | - |
| HSV(B) | 43.91º | 0.54% | 1% | - |
| XYZ | 69.52 | 72.69 | 27.2 | - |
| YUV | 217.55 | 71.26 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 117 | 0 | 0.15 | 0.54 | 0 | 43.91 | 1 | 0.73 |
| Hex | FF | DA | 75 | 0 | F | 36 | 0 | 2C | 64 | 49 |
| Octal | 377 | 332 | 165 | 0 | 17 | 66 | 0 | 54 | 144 | 111 |
| Binary | 11111111 | 11011010 | 1110101 | 0 | 1111 | 110110 | 0 | 101100 | 1100100 | 1001001 |
Color Harmonies of #FFDA75
Complementary color
Monochromatic Colors of #FFDA75
Black with #FFDA75
Text Example
Text Example
White with #FFDA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA75; }
p { color: rgb(255,218,117); }
H1.HeaderClassName
{
color: #FFDA75;
}
.AnyTagClassName
{
color: #FFDA75;
}
</style>
background-color css
<style>
a { background-color: #FFDA75; }
a { background-color: rgb(255,218,117); }
div.DivClassName
{
background-color: #FFDA75;
}
.BgClassName
{
background-color: #FFDA75;
}
</style>
border-color css
<style>
span { border-color: #FFDA75; }
span { border-color: rgb(255,218,117); }
td.TdClassName
{
border-color: #FFDA75;
}
.TagClassName
{
border-color: #FFDA75;
}
</style>