Shades of Paris Daisy #FFF354
Tints of Paris Daisy #FFF354
RGB
CMYK
RGB Variations
Color information
#FFF354 (or 0xFFF354) is known color: Paris Daisy. HEX triplet: FF, F3 and 54. RGB value is (255,243,84). Sum of RGB (Red+Green+Blue) = 255+243+84=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 84 (33.20% from 255 or 14.43% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF354 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF354 is #000CAB. Grayscale: #E5E5E5. Windows color (decimal): -3244 or 5567487. OLE color: 5567487.
HSL color Cylindrical-coordinate representation of color #FFF354: hue angle of 55.79º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFF354 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 84 | - |
| CMYK | 0 | 0.05 | 0.67 | 0 |
| HSL | 55.79º | 1% | 0.66% | - |
| HSV(B) | 55.79º | 0.67% | 1% | - |
| XYZ | 74.89 | 86 | 21.04 | - |
| YUV | 228.46 | 46.48 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 84 | 0 | 0.05 | 0.67 | 0 | 55.79 | 1 | 0.66 |
| Hex | FF | F3 | 54 | 0 | 5 | 43 | 0 | 38 | 64 | 42 |
| Octal | 377 | 363 | 124 | 0 | 5 | 103 | 0 | 70 | 144 | 102 |
| Binary | 11111111 | 11110011 | 1010100 | 0 | 101 | 1000011 | 0 | 111000 | 1100100 | 1000010 |
Color Harmonies of #FFF354
Complementary color
Monochromatic Colors of #FFF354
Black with #FFF354
Text Example
Text Example
White with #FFF354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF354; }
p { color: rgb(255,243,84); }
H1.HeaderClassName
{
color: #FFF354;
}
.AnyTagClassName
{
color: #FFF354;
}
</style>
background-color css
<style>
a { background-color: #FFF354; }
a { background-color: rgb(255,243,84); }
div.DivClassName
{
background-color: #FFF354;
}
.BgClassName
{
background-color: #FFF354;
}
</style>
border-color css
<style>
span { border-color: #FFF354; }
span { border-color: rgb(255,243,84); }
td.TdClassName
{
border-color: #FFF354;
}
.TagClassName
{
border-color: #FFF354;
}
</style>