Shades of Paris Daisy #FFF345
Tints of Paris Daisy #FFF345
RGB
CMYK
RGB Variations
Color information
#FFF345 (or 0xFFF345) is known color: Paris Daisy. HEX triplet: FF, F3 and 45. RGB value is (255,243,69). Sum of RGB (Red+Green+Blue) = 255+243+69=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 69 (27.34% from 255 or 12.17% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF345 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF345 is #000CBA. Grayscale: #E3E3E3. Windows color (decimal): -3259 or 4584447. OLE color: 4584447.
HSL color Cylindrical-coordinate representation of color #FFF345: hue angle of 56.13º 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 #FFF345 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 69 | - |
| CMYK | 0 | 0.05 | 0.73 | 0 |
| HSL | 56.13º | 1% | 0.64% | - |
| HSV(B) | 56.13º | 0.73% | 1% | - |
| XYZ | 74.36 | 85.79 | 18.27 | - |
| YUV | 226.75 | 38.98 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 69 | 0 | 0.05 | 0.73 | 0 | 56.13 | 1 | 0.64 |
| Hex | FF | F3 | 45 | 0 | 5 | 49 | 0 | 38 | 64 | 40 |
| Octal | 377 | 363 | 105 | 0 | 5 | 111 | 0 | 70 | 144 | 100 |
| Binary | 11111111 | 11110011 | 1000101 | 0 | 101 | 1001001 | 0 | 111000 | 1100100 | 1000000 |
Color Harmonies of #FFF345
Complementary color
Monochromatic Colors of #FFF345
Black with #FFF345
Text Example
Text Example
White with #FFF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF345; }
p { color: rgb(255,243,69); }
H1.HeaderClassName
{
color: #FFF345;
}
.AnyTagClassName
{
color: #FFF345;
}
</style>
background-color css
<style>
a { background-color: #FFF345; }
a { background-color: rgb(255,243,69); }
div.DivClassName
{
background-color: #FFF345;
}
.BgClassName
{
background-color: #FFF345;
}
</style>
border-color css
<style>
span { border-color: #FFF345; }
span { border-color: rgb(255,243,69); }
td.TdClassName
{
border-color: #FFF345;
}
.TagClassName
{
border-color: #FFF345;
}
</style>