Shades of Paris Daisy #F6E953
Tints of Paris Daisy #F6E953
RGB
CMYK
RGB Variations
Color information
#F6E953 (or 0xF6E953) is known color: Paris Daisy. HEX triplet: F6, E9 and 53. RGB value is (246,233,83). Sum of RGB (Red+Green+Blue) = 246+233+83=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 83 (32.81% from 255 or 14.77% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E953 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6E953 is #0916AC. Grayscale: #DCDCDC. Windows color (decimal): -595629 or 5499382. OLE color: 5499382.
HSL color Cylindrical-coordinate representation of color #F6E953: hue angle of 55.21º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F6E953 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 233 | 83 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.04 |
| HSL | 55.21º | 0.9% | 0.65% | - |
| HSV(B) | 55.21º | 0.66% | 0.96% | - |
| XYZ | 68.71 | 78.5 | 19.71 | - |
| YUV | 219.79 | 50.81 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 233 | 83 | 0 | 0.05 | 0.66 | 0.04 | 55.21 | 0.9 | 0.65 |
| Hex | F6 | E9 | 53 | 0 | 5 | 42 | 4 | 37 | 5A | 41 |
| Octal | 366 | 351 | 123 | 0 | 5 | 102 | 4 | 67 | 132 | 101 |
| Binary | 11110110 | 11101001 | 1010011 | 0 | 101 | 1000010 | 100 | 110111 | 1011010 | 1000001 |
Color Harmonies of #F6E953
Complementary color
Monochromatic Colors of #F6E953
Black with #F6E953
Text Example
Text Example
White with #F6E953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E953; }
p { color: rgb(246,233,83); }
H1.HeaderClassName
{
color: #F6E953;
}
.AnyTagClassName
{
color: #F6E953;
}
</style>
background-color css
<style>
a { background-color: #F6E953; }
a { background-color: rgb(246,233,83); }
div.DivClassName
{
background-color: #F6E953;
}
.BgClassName
{
background-color: #F6E953;
}
</style>
border-color css
<style>
span { border-color: #F6E953; }
span { border-color: rgb(246,233,83); }
td.TdClassName
{
border-color: #F6E953;
}
.TagClassName
{
border-color: #F6E953;
}
</style>