Shades of Paris Daisy #FFFF4D
Tints of Paris Daisy #FFFF4D
RGB
CMYK
RGB Variations
Color information
#FFFF4D (or 0xFFFF4D) is known color: Paris Daisy. HEX triplet: FF, FF and 4D. RGB value is (255,255,77). Sum of RGB (Red+Green+Blue) = 255+255+77=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 77 (30.47% from 255 or 13.12% from 587); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF4D is #0000B2. Grayscale: #EBEBEB. Windows color (decimal): -179 or 5111807. OLE color: 5111807.
HSL color Cylindrical-coordinate representation of color #FFFF4D: hue angle of 60º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFFF4D is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 255 | 77 | - |
CMYK | 0 | 0 | 0.70 | 0 |
HSL | 60º | 1% | 0.65% | - |
HSV(B) | 60º | 0.7% | 1% | - |
XYZ | 78.34 | 93.32 | 20.9 | - |
YUV | 234.71 | 39 | 142.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 255 | 77 | 0 | 0 | 0.70 | 0 | 60 | 1 | 0.65 |
Hex | FF | FF | 4D | 0 | 0 | 46 | 0 | 3C | 64 | 41 |
Octal | 377 | 377 | 115 | 0 | 0 | 106 | 0 | 74 | 144 | 101 |
Binary | 11111111 | 11111111 | 1001101 | 0 | 0 | 1000110 | 0 | 111100 | 1100100 | 1000001 |
Color Harmonies of #FFFF4D
Complementary color
Monochromatic Colors of #FFFF4D
Black with #FFFF4D
Text Example
Text Example
White with #FFFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF4D; }
p { color: rgb(255,255,77); }
H1.HeaderClassName
{
color: #FFFF4D;
}
.AnyTagClassName
{
color: #FFFF4D;
}
</style>
background-color css
<style>
a { background-color: #FFFF4D; }
a { background-color: rgb(255,255,77); }
div.DivClassName
{
background-color: #FFFF4D;
}
.BgClassName
{
background-color: #FFFF4D;
}
</style>
border-color css
<style>
span { border-color: #FFFF4D; }
span { border-color: rgb(255,255,77); }
td.TdClassName
{
border-color: #FFFF4D;
}
.TagClassName
{
border-color: #FFFF4D;
}
</style>