Shades of Paris Daisy #F6E74B
Tints of Paris Daisy #F6E74B
RGB
CMYK
RGB Variations
Color information
#F6E74B (or 0xF6E74B) is known color: Paris Daisy. HEX triplet: F6, E7 and 4B. RGB value is (246,231,75). Sum of RGB (Red+Green+Blue) = 246+231+75=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 75 (29.69% from 255 or 13.59% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E74B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6E74B is #0918B4. Grayscale: #DADADA. Windows color (decimal): -596149 or 4974582. OLE color: 4974582.
HSL color Cylindrical-coordinate representation of color #F6E74B: hue angle of 54.74º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6E74B is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 231 | 75 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.04 |
| HSL | 54.74º | 0.9% | 0.63% | - |
| HSV(B) | 54.74º | 0.7% | 0.96% | - |
| XYZ | 67.85 | 77.25 | 17.99 | - |
| YUV | 217.7 | 47.47 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 231 | 75 | 0 | 0.06 | 0.70 | 0.04 | 54.74 | 0.9 | 0.63 |
| Hex | F6 | E7 | 4B | 0 | 6 | 46 | 4 | 37 | 5A | 3F |
| Octal | 366 | 347 | 113 | 0 | 6 | 106 | 4 | 67 | 132 | 77 |
| Binary | 11110110 | 11100111 | 1001011 | 0 | 110 | 1000110 | 100 | 110111 | 1011010 | 111111 |
Color Harmonies of #F6E74B
Complementary color
Monochromatic Colors of #F6E74B
Black with #F6E74B
Text Example
Text Example
White with #F6E74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E74B; }
p { color: rgb(246,231,75); }
H1.HeaderClassName
{
color: #F6E74B;
}
.AnyTagClassName
{
color: #F6E74B;
}
</style>
background-color css
<style>
a { background-color: #F6E74B; }
a { background-color: rgb(246,231,75); }
div.DivClassName
{
background-color: #F6E74B;
}
.BgClassName
{
background-color: #F6E74B;
}
</style>
border-color css
<style>
span { border-color: #F6E74B; }
span { border-color: rgb(246,231,75); }
td.TdClassName
{
border-color: #F6E74B;
}
.TagClassName
{
border-color: #F6E74B;
}
</style>