Shades of Paris Daisy #FFFD3C
Tints of Paris Daisy #FFFD3C
RGB
CMYK
RGB Variations
Color information
#FFFD3C (or 0xFFFD3C) is known color: Paris Daisy. HEX triplet: FF, FD and 3C. RGB value is (255,253,60). Sum of RGB (Red+Green+Blue) = 255+253+60=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 60 (23.83% from 255 or 10.56% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD3C is #0002C3. Grayscale: #E8E8E8. Windows color (decimal): -708 or 3997183. OLE color: 3997183.
HSL color Cylindrical-coordinate representation of color #FFFD3C: 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 #FFFD3C is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 60 | - |
| CMYK | 0 | 0.01 | 0.76 | 0 |
| HSL | 59.38º | 1% | 0.62% | - |
| HSV(B) | 59.38º | 0.76% | 1% | - |
| XYZ | 77.18 | 91.84 | 17.93 | - |
| YUV | 231.6 | 31.16 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 60 | 0 | 0.01 | 0.76 | 0 | 59.38 | 1 | 0.62 |
| Hex | FF | FD | 3C | 0 | 1 | 4C | 0 | 3B | 64 | 3E |
| Octal | 377 | 375 | 74 | 0 | 1 | 114 | 0 | 73 | 144 | 76 |
| Binary | 11111111 | 11111101 | 111100 | 0 | 1 | 1001100 | 0 | 111011 | 1100100 | 111110 |
Color Harmonies of #FFFD3C
Complementary color
Monochromatic Colors of #FFFD3C
Black with #FFFD3C
Text Example
Text Example
White with #FFFD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD3C; }
p { color: rgb(255,253,60); }
H1.HeaderClassName
{
color: #FFFD3C;
}
.AnyTagClassName
{
color: #FFFD3C;
}
</style>
background-color css
<style>
a { background-color: #FFFD3C; }
a { background-color: rgb(255,253,60); }
div.DivClassName
{
background-color: #FFFD3C;
}
.BgClassName
{
background-color: #FFFD3C;
}
</style>
border-color css
<style>
span { border-color: #FFFD3C; }
span { border-color: rgb(255,253,60); }
td.TdClassName
{
border-color: #FFFD3C;
}
.TagClassName
{
border-color: #FFFD3C;
}
</style>