Shades of Paris Daisy #FDF83F
Tints of Paris Daisy #FDF83F
RGB
CMYK
RGB Variations
Color information
#FDF83F (or 0xFDF83F) is known color: Paris Daisy. HEX triplet: FD, F8 and 3F. RGB value is (253,248,63). Sum of RGB (Red+Green+Blue) = 253+248+63=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 248 (97.27% from 255 or 43.97% from 564); Blue value is 63 (25% from 255 or 11.17% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF83F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF83F is #0207C0. Grayscale: #E5E5E5. Windows color (decimal): -133057 or 4192509. OLE color: 4192509.
HSL color Cylindrical-coordinate representation of color #FDF83F: hue angle of 58.42º 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 #FDF83F is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 63 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.01 |
| HSL | 58.42º | 0.98% | 0.62% | - |
| HSV(B) | 58.42º | 0.75% | 0.99% | - |
| XYZ | 74.97 | 88.38 | 17.81 | - |
| YUV | 228.41 | 34.66 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 63 | 0 | 0.02 | 0.75 | 0.01 | 58.42 | 0.98 | 0.62 |
| Hex | FD | F8 | 3F | 0 | 2 | 4B | 1 | 3A | 62 | 3E |
| Octal | 375 | 370 | 77 | 0 | 2 | 113 | 1 | 72 | 142 | 76 |
| Binary | 11111101 | 11111000 | 111111 | 0 | 10 | 1001011 | 1 | 111010 | 1100010 | 111110 |
Color Harmonies of #FDF83F
Complementary color
Monochromatic Colors of #FDF83F
Black with #FDF83F
Text Example
Text Example
White with #FDF83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF83F; }
p { color: rgb(253,248,63); }
H1.HeaderClassName
{
color: #FDF83F;
}
.AnyTagClassName
{
color: #FDF83F;
}
</style>
background-color css
<style>
a { background-color: #FDF83F; }
a { background-color: rgb(253,248,63); }
div.DivClassName
{
background-color: #FDF83F;
}
.BgClassName
{
background-color: #FDF83F;
}
</style>
border-color css
<style>
span { border-color: #FDF83F; }
span { border-color: rgb(253,248,63); }
td.TdClassName
{
border-color: #FDF83F;
}
.TagClassName
{
border-color: #FDF83F;
}
</style>