Shades of Paris Daisy #FDEF4A
Tints of Paris Daisy #FDEF4A
RGB
CMYK
RGB Variations
Color information
#FDEF4A (or 0xFDEF4A) is known color: Paris Daisy. HEX triplet: FD, EF and 4A. RGB value is (253,239,74). Sum of RGB (Red+Green+Blue) = 253+239+74=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 74 (29.30% from 255 or 13.07% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEF4A is #0210B5. Grayscale: #E1E1E1. Windows color (decimal): -135350 or 4911101. OLE color: 4911101.
HSL color Cylindrical-coordinate representation of color #FDEF4A: hue angle of 55.31º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDEF4A is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 74 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.01 |
| HSL | 55.31º | 0.98% | 0.64% | - |
| HSV(B) | 55.31º | 0.71% | 0.99% | - |
| XYZ | 72.61 | 83.11 | 18.69 | - |
| YUV | 224.38 | 43.14 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 74 | 0 | 0.06 | 0.71 | 0.01 | 55.31 | 0.98 | 0.64 |
| Hex | FD | EF | 4A | 0 | 6 | 47 | 1 | 37 | 62 | 40 |
| Octal | 375 | 357 | 112 | 0 | 6 | 107 | 1 | 67 | 142 | 100 |
| Binary | 11111101 | 11101111 | 1001010 | 0 | 110 | 1000111 | 1 | 110111 | 1100010 | 1000000 |
Color Harmonies of #FDEF4A
Complementary color
Monochromatic Colors of #FDEF4A
Black with #FDEF4A
Text Example
Text Example
White with #FDEF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF4A; }
p { color: rgb(253,239,74); }
H1.HeaderClassName
{
color: #FDEF4A;
}
.AnyTagClassName
{
color: #FDEF4A;
}
</style>
background-color css
<style>
a { background-color: #FDEF4A; }
a { background-color: rgb(253,239,74); }
div.DivClassName
{
background-color: #FDEF4A;
}
.BgClassName
{
background-color: #FDEF4A;
}
</style>
border-color css
<style>
span { border-color: #FDEF4A; }
span { border-color: rgb(253,239,74); }
td.TdClassName
{
border-color: #FDEF4A;
}
.TagClassName
{
border-color: #FDEF4A;
}
</style>