Shades of Paris Daisy #FEFB4C
Tints of Paris Daisy #FEFB4C
RGB
CMYK
RGB Variations
Color information
#FEFB4C (or 0xFEFB4C) is known color: Paris Daisy. HEX triplet: FE, FB and 4C. RGB value is (254,251,76). Sum of RGB (Red+Green+Blue) = 254+251+76=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 76 (30.08% from 255 or 13.08% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFB4C is #0104B3. Grayscale: #E8E8E8. Windows color (decimal): -66740 or 5045246. OLE color: 5045246.
HSL color Cylindrical-coordinate representation of color #FEFB4C: hue angle of 58.99º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEFB4C is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 76 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.00 |
| HSL | 58.99º | 0.99% | 0.65% | - |
| HSV(B) | 58.99º | 0.7% | 1% | - |
| XYZ | 76.67 | 90.59 | 20.28 | - |
| YUV | 231.95 | 39.99 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 76 | 0 | 0.01 | 0.70 | 0.00 | 58.99 | 0.99 | 0.65 |
| Hex | FE | FB | 4C | 0 | 1 | 46 | 0 | 3B | 63 | 41 |
| Octal | 376 | 373 | 114 | 0 | 1 | 106 | 0 | 73 | 143 | 101 |
| Binary | 11111110 | 11111011 | 1001100 | 0 | 1 | 1000110 | 0 | 111011 | 1100011 | 1000001 |
Color Harmonies of #FEFB4C
Complementary color
Monochromatic Colors of #FEFB4C
Black with #FEFB4C
Text Example
Text Example
White with #FEFB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFB4C; }
p { color: rgb(254,251,76); }
H1.HeaderClassName
{
color: #FEFB4C;
}
.AnyTagClassName
{
color: #FEFB4C;
}
</style>
background-color css
<style>
a { background-color: #FEFB4C; }
a { background-color: rgb(254,251,76); }
div.DivClassName
{
background-color: #FEFB4C;
}
.BgClassName
{
background-color: #FEFB4C;
}
</style>
border-color css
<style>
span { border-color: #FEFB4C; }
span { border-color: rgb(254,251,76); }
td.TdClassName
{
border-color: #FEFB4C;
}
.TagClassName
{
border-color: #FEFB4C;
}
</style>