Shades of Paris Daisy #FDF83E
Tints of Paris Daisy #FDF83E
RGB
CMYK
RGB Variations
Color information
#FDF83E (or 0xFDF83E) is known color: Paris Daisy. HEX triplet: FD, F8 and 3E. RGB value is (253,248,62). Sum of RGB (Red+Green+Blue) = 253+248+62=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 62 (24.61% from 255 or 11.01% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF83E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF83E is #0207C1. Grayscale: #E5E5E5. Windows color (decimal): -133058 or 4126973. OLE color: 4126973.
HSL color Cylindrical-coordinate representation of color #FDF83E: hue angle of 58.43º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDF83E is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 62 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.01 |
| HSL | 58.43º | 0.98% | 0.62% | - |
| HSV(B) | 58.43º | 0.75% | 0.99% | - |
| XYZ | 74.94 | 88.37 | 17.66 | - |
| YUV | 228.29 | 34.16 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 62 | 0 | 0.02 | 0.75 | 0.01 | 58.43 | 0.98 | 0.62 |
| Hex | FD | F8 | 3E | 0 | 2 | 4B | 1 | 3A | 62 | 3E |
| Octal | 375 | 370 | 76 | 0 | 2 | 113 | 1 | 72 | 142 | 76 |
| Binary | 11111101 | 11111000 | 111110 | 0 | 10 | 1001011 | 1 | 111010 | 1100010 | 111110 |
Color Harmonies of #FDF83E
Complementary color
Monochromatic Colors of #FDF83E
Black with #FDF83E
Text Example
Text Example
White with #FDF83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF83E; }
p { color: rgb(253,248,62); }
H1.HeaderClassName
{
color: #FDF83E;
}
.AnyTagClassName
{
color: #FDF83E;
}
</style>
background-color css
<style>
a { background-color: #FDF83E; }
a { background-color: rgb(253,248,62); }
div.DivClassName
{
background-color: #FDF83E;
}
.BgClassName
{
background-color: #FDF83E;
}
</style>
border-color css
<style>
span { border-color: #FDF83E; }
span { border-color: rgb(253,248,62); }
td.TdClassName
{
border-color: #FDF83E;
}
.TagClassName
{
border-color: #FDF83E;
}
</style>