Shades of Paris Daisy #FFF255
Tints of Paris Daisy #FFF255
RGB
CMYK
RGB Variations
Color information
#FFF255 (or 0xFFF255) is known color: Paris Daisy. HEX triplet: FF, F2 and 55. RGB value is (255,242,85). Sum of RGB (Red+Green+Blue) = 255+242+85=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 85 (33.59% from 255 or 14.60% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF255 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF255 is #000DAA. Grayscale: #E4E4E4. Windows color (decimal): -3499 or 5632767. OLE color: 5632767.
HSL color Cylindrical-coordinate representation of color #FFF255: hue angle of 55.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFF255 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 85 | - |
| CMYK | 0 | 0.05 | 0.67 | 0 |
| HSL | 55.41º | 1% | 0.67% | - |
| HSV(B) | 55.41º | 0.67% | 1% | - |
| XYZ | 74.63 | 85.42 | 21.15 | - |
| YUV | 227.99 | 47.31 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 85 | 0 | 0.05 | 0.67 | 0 | 55.41 | 1 | 0.67 |
| Hex | FF | F2 | 55 | 0 | 5 | 43 | 0 | 37 | 64 | 43 |
| Octal | 377 | 362 | 125 | 0 | 5 | 103 | 0 | 67 | 144 | 103 |
| Binary | 11111111 | 11110010 | 1010101 | 0 | 101 | 1000011 | 0 | 110111 | 1100100 | 1000011 |
Color Harmonies of #FFF255
Complementary color
Monochromatic Colors of #FFF255
Black with #FFF255
Text Example
Text Example
White with #FFF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF255; }
p { color: rgb(255,242,85); }
H1.HeaderClassName
{
color: #FFF255;
}
.AnyTagClassName
{
color: #FFF255;
}
</style>
background-color css
<style>
a { background-color: #FFF255; }
a { background-color: rgb(255,242,85); }
div.DivClassName
{
background-color: #FFF255;
}
.BgClassName
{
background-color: #FFF255;
}
</style>
border-color css
<style>
span { border-color: #FFF255; }
span { border-color: rgb(255,242,85); }
td.TdClassName
{
border-color: #FFF255;
}
.TagClassName
{
border-color: #FFF255;
}
</style>