Shades of Paris Daisy #FFFD3D
Tints of Paris Daisy #FFFD3D
RGB
CMYK
RGB Variations
Color information
#FFFD3D (or 0xFFFD3D) is known color: Paris Daisy. HEX triplet: FF, FD and 3D. RGB value is (255,253,61). Sum of RGB (Red+Green+Blue) = 255+253+61=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 61 (24.22% from 255 or 10.72% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD3D is #0002C2. Grayscale: #E8E8E8. Windows color (decimal): -707 or 4062719. OLE color: 4062719.
HSL color Cylindrical-coordinate representation of color #FFFD3D: 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 #FFFD3D is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 61 | - |
| CMYK | 0 | 0.01 | 0.76 | 0 |
| HSL | 59.38º | 1% | 0.62% | - |
| HSV(B) | 59.38º | 0.76% | 1% | - |
| XYZ | 77.21 | 91.85 | 18.07 | - |
| YUV | 231.71 | 31.66 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 61 | 0 | 0.01 | 0.76 | 0 | 59.38 | 1 | 0.62 |
| Hex | FF | FD | 3D | 0 | 1 | 4C | 0 | 3B | 64 | 3E |
| Octal | 377 | 375 | 75 | 0 | 1 | 114 | 0 | 73 | 144 | 76 |
| Binary | 11111111 | 11111101 | 111101 | 0 | 1 | 1001100 | 0 | 111011 | 1100100 | 111110 |
Color Harmonies of #FFFD3D
Complementary color
Monochromatic Colors of #FFFD3D
Black with #FFFD3D
Text Example
Text Example
White with #FFFD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD3D; }
p { color: rgb(255,253,61); }
H1.HeaderClassName
{
color: #FFFD3D;
}
.AnyTagClassName
{
color: #FFFD3D;
}
</style>
background-color css
<style>
a { background-color: #FFFD3D; }
a { background-color: rgb(255,253,61); }
div.DivClassName
{
background-color: #FFFD3D;
}
.BgClassName
{
background-color: #FFFD3D;
}
</style>
border-color css
<style>
span { border-color: #FFFD3D; }
span { border-color: rgb(255,253,61); }
td.TdClassName
{
border-color: #FFFD3D;
}
.TagClassName
{
border-color: #FFFD3D;
}
</style>