Shades of Paris Daisy #FFFF45
Tints of Paris Daisy #FFFF45
RGB
CMYK
RGB Variations
Color information
#FFFF45 (or 0xFFFF45) is known color: Paris Daisy. HEX triplet: FF, FF and 45. RGB value is (255,255,69). Sum of RGB (Red+Green+Blue) = 255+255+69=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 69 (27.34% from 255 or 11.92% from 579); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFF45 is #0000BA. Grayscale: #EAEAEA. Windows color (decimal): -187 or 4587519. OLE color: 4587519.
HSL color Cylindrical-coordinate representation of color #FFFF45: hue angle of 60º 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 #FFFF45 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 69 | - |
| CMYK | 0 | 0 | 0.73 | 0 |
| HSL | 60º | 1% | 0.64% | - |
| HSV(B) | 60º | 0.73% | 1% | - |
| XYZ | 78.07 | 93.21 | 19.51 | - |
| YUV | 233.8 | 35 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 69 | 0 | 0 | 0.73 | 0 | 60 | 1 | 0.64 |
| Hex | FF | FF | 45 | 0 | 0 | 49 | 0 | 3C | 64 | 40 |
| Octal | 377 | 377 | 105 | 0 | 0 | 111 | 0 | 74 | 144 | 100 |
| Binary | 11111111 | 11111111 | 1000101 | 0 | 0 | 1001001 | 0 | 111100 | 1100100 | 1000000 |
Color Harmonies of #FFFF45
Complementary color
Monochromatic Colors of #FFFF45
Black with #FFFF45
Text Example
Text Example
White with #FFFF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF45; }
p { color: rgb(255,255,69); }
H1.HeaderClassName
{
color: #FFFF45;
}
.AnyTagClassName
{
color: #FFFF45;
}
</style>
background-color css
<style>
a { background-color: #FFFF45; }
a { background-color: rgb(255,255,69); }
div.DivClassName
{
background-color: #FFFF45;
}
.BgClassName
{
background-color: #FFFF45;
}
</style>
border-color css
<style>
span { border-color: #FFFF45; }
span { border-color: rgb(255,255,69); }
td.TdClassName
{
border-color: #FFFF45;
}
.TagClassName
{
border-color: #FFFF45;
}
</style>