Shades of Paris Daisy #FFF245
Tints of Paris Daisy #FFF245
RGB
CMYK
RGB Variations
Color information
#FFF245 (or 0xFFF245) is known color: Paris Daisy. HEX triplet: FF, F2 and 45. RGB value is (255,242,69). Sum of RGB (Red+Green+Blue) = 255+242+69=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 69 (27.34% from 255 or 12.19% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF245 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF245 is #000DBA. Grayscale: #E2E2E2. Windows color (decimal): -3515 or 4584191. OLE color: 4584191.
HSL color Cylindrical-coordinate representation of color #FFF245: hue angle of 55.81º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFF245 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 69 | - |
| CMYK | 0 | 0.05 | 0.73 | 0 |
| HSL | 55.81º | 1% | 0.64% | - |
| HSV(B) | 55.81º | 0.73% | 1% | - |
| XYZ | 74.07 | 85.19 | 18.17 | - |
| YUV | 226.17 | 39.31 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 69 | 0 | 0.05 | 0.73 | 0 | 55.81 | 1 | 0.64 |
| Hex | FF | F2 | 45 | 0 | 5 | 49 | 0 | 38 | 64 | 40 |
| Octal | 377 | 362 | 105 | 0 | 5 | 111 | 0 | 70 | 144 | 100 |
| Binary | 11111111 | 11110010 | 1000101 | 0 | 101 | 1001001 | 0 | 111000 | 1100100 | 1000000 |
Color Harmonies of #FFF245
Complementary color
Monochromatic Colors of #FFF245
Black with #FFF245
Text Example
Text Example
White with #FFF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF245; }
p { color: rgb(255,242,69); }
H1.HeaderClassName
{
color: #FFF245;
}
.AnyTagClassName
{
color: #FFF245;
}
</style>
background-color css
<style>
a { background-color: #FFF245; }
a { background-color: rgb(255,242,69); }
div.DivClassName
{
background-color: #FFF245;
}
.BgClassName
{
background-color: #FFF245;
}
</style>
border-color css
<style>
span { border-color: #FFF245; }
span { border-color: rgb(255,242,69); }
td.TdClassName
{
border-color: #FFF245;
}
.TagClassName
{
border-color: #FFF245;
}
</style>