Shades of Paris Daisy #FFF34F
Tints of Paris Daisy #FFF34F
RGB
CMYK
RGB Variations
Color information
#FFF34F (or 0xFFF34F) is known color: Paris Daisy. HEX triplet: FF, F3 and 4F. RGB value is (255,243,79). Sum of RGB (Red+Green+Blue) = 255+243+79=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 79 (31.25% from 255 or 13.69% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF34F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF34F is #000CB0. Grayscale: #E4E4E4. Windows color (decimal): -3249 or 5239807. OLE color: 5239807.
HSL color Cylindrical-coordinate representation of color #FFF34F: hue angle of 55.91º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFF34F is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 79 | - |
| CMYK | 0 | 0.05 | 0.69 | 0 |
| HSL | 55.91º | 1% | 0.65% | - |
| HSV(B) | 55.91º | 0.69% | 1% | - |
| XYZ | 74.7 | 85.93 | 20.05 | - |
| YUV | 227.89 | 43.98 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 79 | 0 | 0.05 | 0.69 | 0 | 55.91 | 1 | 0.65 |
| Hex | FF | F3 | 4F | 0 | 5 | 45 | 0 | 38 | 64 | 41 |
| Octal | 377 | 363 | 117 | 0 | 5 | 105 | 0 | 70 | 144 | 101 |
| Binary | 11111111 | 11110011 | 1001111 | 0 | 101 | 1000101 | 0 | 111000 | 1100100 | 1000001 |
Color Harmonies of #FFF34F
Complementary color
Monochromatic Colors of #FFF34F
Black with #FFF34F
Text Example
Text Example
White with #FFF34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF34F; }
p { color: rgb(255,243,79); }
H1.HeaderClassName
{
color: #FFF34F;
}
.AnyTagClassName
{
color: #FFF34F;
}
</style>
background-color css
<style>
a { background-color: #FFF34F; }
a { background-color: rgb(255,243,79); }
div.DivClassName
{
background-color: #FFF34F;
}
.BgClassName
{
background-color: #FFF34F;
}
</style>
border-color css
<style>
span { border-color: #FFF34F; }
span { border-color: rgb(255,243,79); }
td.TdClassName
{
border-color: #FFF34F;
}
.TagClassName
{
border-color: #FFF34F;
}
</style>