Shades of Paris Daisy #F7FB42
Tints of Paris Daisy #F7FB42
RGB
CMYK
RGB Variations
Color information
#F7FB42 (or 0xF7FB42) is known color: Paris Daisy. HEX triplet: F7, FB and 42. RGB value is (247,251,66). Sum of RGB (Red+Green+Blue) = 247+251+66=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 66 (26.17% from 255 or 11.70% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #F7FB42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7FB42 is #0804BD. Grayscale: #E5E5E5. Windows color (decimal): -525502 or 4389879. OLE color: 4389879.
HSL color Cylindrical-coordinate representation of color #F7FB42: hue angle of 61.3º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F7FB42 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 251 | 66 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.02 |
| HSL | 61.3º | 0.96% | 0.62% | - |
| HSV(B) | 61.3º | 0.74% | 0.98% | - |
| XYZ | 73.84 | 89.16 | 18.47 | - |
| YUV | 228.71 | 36.17 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 251 | 66 | 0.02 | 0 | 0.74 | 0.02 | 61.3 | 0.96 | 0.62 |
| Hex | F7 | FB | 42 | 2 | 0 | 4A | 2 | 3D | 60 | 3E |
| Octal | 367 | 373 | 102 | 2 | 0 | 112 | 2 | 75 | 140 | 76 |
| Binary | 11110111 | 11111011 | 1000010 | 10 | 0 | 1001010 | 10 | 111101 | 1100000 | 111110 |
Color Harmonies of #F7FB42
Complementary color
Monochromatic Colors of #F7FB42
Black with #F7FB42
Text Example
Text Example
White with #F7FB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FB42; }
p { color: rgb(247,251,66); }
H1.HeaderClassName
{
color: #F7FB42;
}
.AnyTagClassName
{
color: #F7FB42;
}
</style>
background-color css
<style>
a { background-color: #F7FB42; }
a { background-color: rgb(247,251,66); }
div.DivClassName
{
background-color: #F7FB42;
}
.BgClassName
{
background-color: #F7FB42;
}
</style>
border-color css
<style>
span { border-color: #F7FB42; }
span { border-color: rgb(247,251,66); }
td.TdClassName
{
border-color: #F7FB42;
}
.TagClassName
{
border-color: #F7FB42;
}
</style>