Shades of Paris Daisy #FFFF50
Tints of Paris Daisy #FFFF50
RGB
CMYK
RGB Variations
Color information
#FFFF50 (or 0xFFFF50) is known color: Paris Daisy. HEX triplet: FF, FF and 50. RGB value is (255,255,80). Sum of RGB (Red+Green+Blue) = 255+255+80=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 80 (31.64% from 255 or 13.56% from 590); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF50 is #0000AF. Grayscale: #EBEBEB. Windows color (decimal): -176 or 5308415. OLE color: 5308415.
HSL color Cylindrical-coordinate representation of color #FFFF50: hue angle of 60º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFFF50 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 80 | - |
| CMYK | 0 | 0 | 0.69 | 0 |
| HSL | 60º | 1% | 0.66% | - |
| HSV(B) | 60º | 0.69% | 1% | - |
| XYZ | 78.45 | 93.36 | 21.47 | - |
| YUV | 235.05 | 40.5 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 80 | 0 | 0 | 0.69 | 0 | 60 | 1 | 0.66 |
| Hex | FF | FF | 50 | 0 | 0 | 45 | 0 | 3C | 64 | 42 |
| Octal | 377 | 377 | 120 | 0 | 0 | 105 | 0 | 74 | 144 | 102 |
| Binary | 11111111 | 11111111 | 1010000 | 0 | 0 | 1000101 | 0 | 111100 | 1100100 | 1000010 |
Color Harmonies of #FFFF50
Complementary color
Monochromatic Colors of #FFFF50
Black with #FFFF50
Text Example
Text Example
White with #FFFF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF50; }
p { color: rgb(255,255,80); }
H1.HeaderClassName
{
color: #FFFF50;
}
.AnyTagClassName
{
color: #FFFF50;
}
</style>
background-color css
<style>
a { background-color: #FFFF50; }
a { background-color: rgb(255,255,80); }
div.DivClassName
{
background-color: #FFFF50;
}
.BgClassName
{
background-color: #FFFF50;
}
</style>
border-color css
<style>
span { border-color: #FFFF50; }
span { border-color: rgb(255,255,80); }
td.TdClassName
{
border-color: #FFFF50;
}
.TagClassName
{
border-color: #FFFF50;
}
</style>