Shades of Paris Daisy #FDF14B
Tints of Paris Daisy #FDF14B
RGB
CMYK
RGB Variations
Color information
#FDF14B (or 0xFDF14B) is known color: Paris Daisy. HEX triplet: FD, F1 and 4B. RGB value is (253,241,75). Sum of RGB (Red+Green+Blue) = 253+241+75=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 75 (29.69% from 255 or 13.18% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF14B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF14B is #020EB4. Grayscale: #E2E2E2. Windows color (decimal): -134837 or 4977149. OLE color: 4977149.
HSL color Cylindrical-coordinate representation of color #FDF14B: hue angle of 55.96º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDF14B is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 75 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.01 |
| HSL | 55.96º | 0.98% | 0.64% | - |
| HSV(B) | 55.96º | 0.7% | 0.99% | - |
| XYZ | 73.23 | 84.3 | 19.07 | - |
| YUV | 225.66 | 42.98 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 75 | 0 | 0.05 | 0.70 | 0.01 | 55.96 | 0.98 | 0.64 |
| Hex | FD | F1 | 4B | 0 | 5 | 46 | 1 | 38 | 62 | 40 |
| Octal | 375 | 361 | 113 | 0 | 5 | 106 | 1 | 70 | 142 | 100 |
| Binary | 11111101 | 11110001 | 1001011 | 0 | 101 | 1000110 | 1 | 111000 | 1100010 | 1000000 |
Color Harmonies of #FDF14B
Complementary color
Monochromatic Colors of #FDF14B
Black with #FDF14B
Text Example
Text Example
White with #FDF14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF14B; }
p { color: rgb(253,241,75); }
H1.HeaderClassName
{
color: #FDF14B;
}
.AnyTagClassName
{
color: #FDF14B;
}
</style>
background-color css
<style>
a { background-color: #FDF14B; }
a { background-color: rgb(253,241,75); }
div.DivClassName
{
background-color: #FDF14B;
}
.BgClassName
{
background-color: #FDF14B;
}
</style>
border-color css
<style>
span { border-color: #FDF14B; }
span { border-color: rgb(253,241,75); }
td.TdClassName
{
border-color: #FDF14B;
}
.TagClassName
{
border-color: #FDF14B;
}
</style>