Shades of Paris Daisy #FFF34D
Tints of Paris Daisy #FFF34D
RGB
CMYK
RGB Variations
Color information
#FFF34D (or 0xFFF34D) is known color: Paris Daisy. HEX triplet: FF, F3 and 4D. RGB value is (255,243,77). Sum of RGB (Red+Green+Blue) = 255+243+77=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 77 (30.47% from 255 or 13.39% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF34D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF34D is #000CB2. Grayscale: #E4E4E4. Windows color (decimal): -3251 or 5108735. OLE color: 5108735.
HSL color Cylindrical-coordinate representation of color #FFF34D: hue angle of 55.96º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFF34D is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 77 | - |
| CMYK | 0 | 0.05 | 0.70 | 0 |
| HSL | 55.96º | 1% | 0.65% | - |
| HSV(B) | 55.96º | 0.7% | 1% | - |
| XYZ | 74.63 | 85.9 | 19.67 | - |
| YUV | 227.66 | 42.98 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 77 | 0 | 0.05 | 0.70 | 0 | 55.96 | 1 | 0.65 |
| Hex | FF | F3 | 4D | 0 | 5 | 46 | 0 | 38 | 64 | 41 |
| Octal | 377 | 363 | 115 | 0 | 5 | 106 | 0 | 70 | 144 | 101 |
| Binary | 11111111 | 11110011 | 1001101 | 0 | 101 | 1000110 | 0 | 111000 | 1100100 | 1000001 |
Color Harmonies of #FFF34D
Complementary color
Monochromatic Colors of #FFF34D
Black with #FFF34D
Text Example
Text Example
White with #FFF34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF34D; }
p { color: rgb(255,243,77); }
H1.HeaderClassName
{
color: #FFF34D;
}
.AnyTagClassName
{
color: #FFF34D;
}
</style>
background-color css
<style>
a { background-color: #FFF34D; }
a { background-color: rgb(255,243,77); }
div.DivClassName
{
background-color: #FFF34D;
}
.BgClassName
{
background-color: #FFF34D;
}
</style>
border-color css
<style>
span { border-color: #FFF34D; }
span { border-color: rgb(255,243,77); }
td.TdClassName
{
border-color: #FFF34D;
}
.TagClassName
{
border-color: #FFF34D;
}
</style>