Shades of Paris Daisy #FFFD3E
Tints of Paris Daisy #FFFD3E
RGB
CMYK
RGB Variations
Color information
#FFFD3E (or 0xFFFD3E) is known color: Paris Daisy. HEX triplet: FF, FD and 3E. RGB value is (255,253,62). Sum of RGB (Red+Green+Blue) = 255+253+62=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 62 (24.61% from 255 or 10.88% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD3E is #0002C1. Grayscale: #E8E8E8. Windows color (decimal): -706 or 4128255. OLE color: 4128255.
HSL color Cylindrical-coordinate representation of color #FFFD3E: hue angle of 59.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFFD3E is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 62 | - |
| CMYK | 0 | 0.01 | 0.76 | 0 |
| HSL | 59.38º | 1% | 0.62% | - |
| HSV(B) | 59.38º | 0.76% | 1% | - |
| XYZ | 77.23 | 91.86 | 18.22 | - |
| YUV | 231.82 | 32.16 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 62 | 0 | 0.01 | 0.76 | 0 | 59.38 | 1 | 0.62 |
| Hex | FF | FD | 3E | 0 | 1 | 4C | 0 | 3B | 64 | 3E |
| Octal | 377 | 375 | 76 | 0 | 1 | 114 | 0 | 73 | 144 | 76 |
| Binary | 11111111 | 11111101 | 111110 | 0 | 1 | 1001100 | 0 | 111011 | 1100100 | 111110 |
Color Harmonies of #FFFD3E
Complementary color
Monochromatic Colors of #FFFD3E
Black with #FFFD3E
Text Example
Text Example
White with #FFFD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD3E; }
p { color: rgb(255,253,62); }
H1.HeaderClassName
{
color: #FFFD3E;
}
.AnyTagClassName
{
color: #FFFD3E;
}
</style>
background-color css
<style>
a { background-color: #FFFD3E; }
a { background-color: rgb(255,253,62); }
div.DivClassName
{
background-color: #FFFD3E;
}
.BgClassName
{
background-color: #FFFD3E;
}
</style>
border-color css
<style>
span { border-color: #FFFD3E; }
span { border-color: rgb(255,253,62); }
td.TdClassName
{
border-color: #FFFD3E;
}
.TagClassName
{
border-color: #FFFD3E;
}
</style>