Shades of Paris Daisy #FFF353
Tints of Paris Daisy #FFF353
RGB
CMYK
RGB Variations
Color information
#FFF353 (or 0xFFF353) is known color: Paris Daisy. HEX triplet: FF, F3 and 53. RGB value is (255,243,83). Sum of RGB (Red+Green+Blue) = 255+243+83=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 83 (32.81% from 255 or 14.29% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF353 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF353 is #000CAC. Grayscale: #E5E5E5. Windows color (decimal): -3245 or 5501951. OLE color: 5501951.
HSL color Cylindrical-coordinate representation of color #FFF353: hue angle of 55.81º 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 #FFF353 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 83 | - |
| CMYK | 0 | 0.05 | 0.67 | 0 |
| HSL | 55.81º | 1% | 0.66% | - |
| HSV(B) | 55.81º | 0.67% | 1% | - |
| XYZ | 74.85 | 85.99 | 20.84 | - |
| YUV | 228.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 83 | 0 | 0.05 | 0.67 | 0 | 55.81 | 1 | 0.66 |
| Hex | FF | F3 | 53 | 0 | 5 | 43 | 0 | 38 | 64 | 42 |
| Octal | 377 | 363 | 123 | 0 | 5 | 103 | 0 | 70 | 144 | 102 |
| Binary | 11111111 | 11110011 | 1010011 | 0 | 101 | 1000011 | 0 | 111000 | 1100100 | 1000010 |
Color Harmonies of #FFF353
Complementary color
Monochromatic Colors of #FFF353
Black with #FFF353
Text Example
Text Example
White with #FFF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF353; }
p { color: rgb(255,243,83); }
H1.HeaderClassName
{
color: #FFF353;
}
.AnyTagClassName
{
color: #FFF353;
}
</style>
background-color css
<style>
a { background-color: #FFF353; }
a { background-color: rgb(255,243,83); }
div.DivClassName
{
background-color: #FFF353;
}
.BgClassName
{
background-color: #FFF353;
}
</style>
border-color css
<style>
span { border-color: #FFF353; }
span { border-color: rgb(255,243,83); }
td.TdClassName
{
border-color: #FFF353;
}
.TagClassName
{
border-color: #FFF353;
}
</style>