Shades of Paris Daisy #F2F14B
Tints of Paris Daisy #F2F14B
RGB
CMYK
RGB Variations
Color information
#F2F14B (or 0xF2F14B) is known color: Paris Daisy. HEX triplet: F2, F1 and 4B. RGB value is (242,241,75). Sum of RGB (Red+Green+Blue) = 242+241+75=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 75 (29.69% from 255 or 13.44% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F14B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F14B is #0D0EB4. Grayscale: #DFDFDF. Windows color (decimal): -855733 or 4977138. OLE color: 4977138.
HSL color Cylindrical-coordinate representation of color #F2F14B: hue angle of 59.64º 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 #F2F14B is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 75 | - |
| CMYK | 0 | 0.00 | 0.69 | 0.05 |
| HSL | 59.64º | 0.87% | 0.62% | - |
| HSV(B) | 59.64º | 0.69% | 0.95% | - |
| XYZ | 69.34 | 82.3 | 18.89 | - |
| YUV | 222.38 | 44.83 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 75 | 0 | 0.00 | 0.69 | 0.05 | 59.64 | 0.87 | 0.62 |
| Hex | F2 | F1 | 4B | 0 | 0 | 45 | 5 | 3C | 57 | 3E |
| Octal | 362 | 361 | 113 | 0 | 0 | 105 | 5 | 74 | 127 | 76 |
| Binary | 11110010 | 11110001 | 1001011 | 0 | 0 | 1000101 | 101 | 111100 | 1010111 | 111110 |
Color Harmonies of #F2F14B
Complementary color
Monochromatic Colors of #F2F14B
Black with #F2F14B
Text Example
Text Example
White with #F2F14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F14B; }
p { color: rgb(242,241,75); }
H1.HeaderClassName
{
color: #F2F14B;
}
.AnyTagClassName
{
color: #F2F14B;
}
</style>
background-color css
<style>
a { background-color: #F2F14B; }
a { background-color: rgb(242,241,75); }
div.DivClassName
{
background-color: #F2F14B;
}
.BgClassName
{
background-color: #F2F14B;
}
</style>
border-color css
<style>
span { border-color: #F2F14B; }
span { border-color: rgb(242,241,75); }
td.TdClassName
{
border-color: #F2F14B;
}
.TagClassName
{
border-color: #F2F14B;
}
</style>