Shades of Paris Daisy #F2ED4B
Tints of Paris Daisy #F2ED4B
RGB
CMYK
RGB Variations
Color information
#F2ED4B (or 0xF2ED4B) is known color: Paris Daisy. HEX triplet: F2, ED and 4B. RGB value is (242,237,75). Sum of RGB (Red+Green+Blue) = 242+237+75=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 75 (29.69% from 255 or 13.54% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2ED4B is #0D12B4. Grayscale: #DCDCDC. Windows color (decimal): -856757 or 4976114. OLE color: 4976114.
HSL color Cylindrical-coordinate representation of color #F2ED4B: hue angle of 58.2º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2ED4B is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 75 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.05 |
| HSL | 58.2º | 0.87% | 0.62% | - |
| HSV(B) | 58.2º | 0.69% | 0.95% | - |
| XYZ | 68.17 | 79.95 | 18.5 | - |
| YUV | 220.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 75 | 0 | 0.02 | 0.69 | 0.05 | 58.2 | 0.87 | 0.62 |
| Hex | F2 | ED | 4B | 0 | 2 | 45 | 5 | 3A | 57 | 3E |
| Octal | 362 | 355 | 113 | 0 | 2 | 105 | 5 | 72 | 127 | 76 |
| Binary | 11110010 | 11101101 | 1001011 | 0 | 10 | 1000101 | 101 | 111010 | 1010111 | 111110 |
Color Harmonies of #F2ED4B
Complementary color
Monochromatic Colors of #F2ED4B
Black with #F2ED4B
Text Example
Text Example
White with #F2ED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED4B; }
p { color: rgb(242,237,75); }
H1.HeaderClassName
{
color: #F2ED4B;
}
.AnyTagClassName
{
color: #F2ED4B;
}
</style>
background-color css
<style>
a { background-color: #F2ED4B; }
a { background-color: rgb(242,237,75); }
div.DivClassName
{
background-color: #F2ED4B;
}
.BgClassName
{
background-color: #F2ED4B;
}
</style>
border-color css
<style>
span { border-color: #F2ED4B; }
span { border-color: rgb(242,237,75); }
td.TdClassName
{
border-color: #F2ED4B;
}
.TagClassName
{
border-color: #F2ED4B;
}
</style>