Shades of Paris Daisy #FFF545
Tints of Paris Daisy #FFF545
RGB
CMYK
RGB Variations
Color information
#FFF545 (or 0xFFF545) is known color: Paris Daisy. HEX triplet: FF, F5 and 45. RGB value is (255,245,69). Sum of RGB (Red+Green+Blue) = 255+245+69=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 69 (27.34% from 255 or 12.13% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF545 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF545 is #000ABA. Grayscale: #E4E4E4. Windows color (decimal): -2747 or 4584959. OLE color: 4584959.
HSL color Cylindrical-coordinate representation of color #FFF545: hue angle of 56.77º 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 #FFF545 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 69 | - |
| CMYK | 0 | 0.04 | 0.73 | 0 |
| HSL | 56.77º | 1% | 0.64% | - |
| HSV(B) | 56.77º | 0.73% | 1% | - |
| XYZ | 74.97 | 86.99 | 18.47 | - |
| YUV | 227.93 | 38.31 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 69 | 0 | 0.04 | 0.73 | 0 | 56.77 | 1 | 0.64 |
| Hex | FF | F5 | 45 | 0 | 4 | 49 | 0 | 39 | 64 | 40 |
| Octal | 377 | 365 | 105 | 0 | 4 | 111 | 0 | 71 | 144 | 100 |
| Binary | 11111111 | 11110101 | 1000101 | 0 | 100 | 1001001 | 0 | 111001 | 1100100 | 1000000 |
Color Harmonies of #FFF545
Complementary color
Monochromatic Colors of #FFF545
Black with #FFF545
Text Example
Text Example
White with #FFF545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF545; }
p { color: rgb(255,245,69); }
H1.HeaderClassName
{
color: #FFF545;
}
.AnyTagClassName
{
color: #FFF545;
}
</style>
background-color css
<style>
a { background-color: #FFF545; }
a { background-color: rgb(255,245,69); }
div.DivClassName
{
background-color: #FFF545;
}
.BgClassName
{
background-color: #FFF545;
}
</style>
border-color css
<style>
span { border-color: #FFF545; }
span { border-color: rgb(255,245,69); }
td.TdClassName
{
border-color: #FFF545;
}
.TagClassName
{
border-color: #FFF545;
}
</style>