Shades of Paris Daisy #FEF24A
Tints of Paris Daisy #FEF24A
RGB
CMYK
RGB Variations
Color information
#FEF24A (or 0xFEF24A) is known color: Paris Daisy. HEX triplet: FE, F2 and 4A. RGB value is (254,242,74). Sum of RGB (Red+Green+Blue) = 254+242+74=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 74 (29.30% from 255 or 12.98% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF24A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF24A is #010DB5. Grayscale: #E3E3E3. Windows color (decimal): -69046 or 4911870. OLE color: 4911870.
HSL color Cylindrical-coordinate representation of color #FEF24A: hue angle of 56º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEF24A is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 74 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.00 |
| HSL | 56º | 0.99% | 0.64% | - |
| HSV(B) | 56º | 0.71% | 1% | - |
| XYZ | 73.86 | 85.07 | 19.01 | - |
| YUV | 226.44 | 41.98 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 74 | 0 | 0.05 | 0.71 | 0.00 | 56 | 0.99 | 0.64 |
| Hex | FE | F2 | 4A | 0 | 5 | 47 | 0 | 38 | 63 | 40 |
| Octal | 376 | 362 | 112 | 0 | 5 | 107 | 0 | 70 | 143 | 100 |
| Binary | 11111110 | 11110010 | 1001010 | 0 | 101 | 1000111 | 0 | 111000 | 1100011 | 1000000 |
Color Harmonies of #FEF24A
Complementary color
Monochromatic Colors of #FEF24A
Black with #FEF24A
Text Example
Text Example
White with #FEF24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF24A; }
p { color: rgb(254,242,74); }
H1.HeaderClassName
{
color: #FEF24A;
}
.AnyTagClassName
{
color: #FEF24A;
}
</style>
background-color css
<style>
a { background-color: #FEF24A; }
a { background-color: rgb(254,242,74); }
div.DivClassName
{
background-color: #FEF24A;
}
.BgClassName
{
background-color: #FEF24A;
}
</style>
border-color css
<style>
span { border-color: #FEF24A; }
span { border-color: rgb(254,242,74); }
td.TdClassName
{
border-color: #FEF24A;
}
.TagClassName
{
border-color: #FEF24A;
}
</style>