Shades of Paris Daisy #FFF053
Tints of Paris Daisy #FFF053
RGB
CMYK
RGB Variations
Color information
#FFF053 (or 0xFFF053) is known color: Paris Daisy. HEX triplet: FF, F0 and 53. RGB value is (255,240,83). Sum of RGB (Red+Green+Blue) = 255+240+83=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 83 (32.81% from 255 or 14.36% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF053 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF053 is #000FAC. Grayscale: #E3E3E3. Windows color (decimal): -4013 or 5501183. OLE color: 5501183.
HSL color Cylindrical-coordinate representation of color #FFF053: hue angle of 54.77º 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 #FFF053 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 83 | - |
| CMYK | 0 | 0.06 | 0.67 | 0 |
| HSL | 54.77º | 1% | 0.66% | - |
| HSV(B) | 54.77º | 0.67% | 1% | - |
| XYZ | 73.96 | 84.2 | 20.54 | - |
| YUV | 226.59 | 46.97 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 83 | 0 | 0.06 | 0.67 | 0 | 54.77 | 1 | 0.66 |
| Hex | FF | F0 | 53 | 0 | 6 | 43 | 0 | 37 | 64 | 42 |
| Octal | 377 | 360 | 123 | 0 | 6 | 103 | 0 | 67 | 144 | 102 |
| Binary | 11111111 | 11110000 | 1010011 | 0 | 110 | 1000011 | 0 | 110111 | 1100100 | 1000010 |
Color Harmonies of #FFF053
Complementary color
Monochromatic Colors of #FFF053
Black with #FFF053
Text Example
Text Example
White with #FFF053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF053; }
p { color: rgb(255,240,83); }
H1.HeaderClassName
{
color: #FFF053;
}
.AnyTagClassName
{
color: #FFF053;
}
</style>
background-color css
<style>
a { background-color: #FFF053; }
a { background-color: rgb(255,240,83); }
div.DivClassName
{
background-color: #FFF053;
}
.BgClassName
{
background-color: #FFF053;
}
</style>
border-color css
<style>
span { border-color: #FFF053; }
span { border-color: rgb(255,240,83); }
td.TdClassName
{
border-color: #FFF053;
}
.TagClassName
{
border-color: #FFF053;
}
</style>