Shades of Paris Daisy #FEFA4B
Tints of Paris Daisy #FEFA4B
RGB
CMYK
RGB Variations
Color information
#FEFA4B (or 0xFEFA4B) is known color: Paris Daisy. HEX triplet: FE, FA and 4B. RGB value is (254,250,75). Sum of RGB (Red+Green+Blue) = 254+250+75=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 75 (29.69% from 255 or 12.95% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA4B is #0105B4. Grayscale: #E7E7E7. Windows color (decimal): -66997 or 4979454. OLE color: 4979454.
HSL color Cylindrical-coordinate representation of color #FEFA4B: hue angle of 58.66º 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 #FEFA4B is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 75 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.00 |
| HSL | 58.66º | 0.99% | 0.65% | - |
| HSV(B) | 58.66º | 0.7% | 1% | - |
| XYZ | 76.33 | 89.95 | 20 | - |
| YUV | 231.25 | 39.83 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 75 | 0 | 0.02 | 0.70 | 0.00 | 58.66 | 0.99 | 0.65 |
| Hex | FE | FA | 4B | 0 | 2 | 46 | 0 | 3B | 63 | 41 |
| Octal | 376 | 372 | 113 | 0 | 2 | 106 | 0 | 73 | 143 | 101 |
| Binary | 11111110 | 11111010 | 1001011 | 0 | 10 | 1000110 | 0 | 111011 | 1100011 | 1000001 |
Color Harmonies of #FEFA4B
Complementary color
Monochromatic Colors of #FEFA4B
Black with #FEFA4B
Text Example
Text Example
White with #FEFA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA4B; }
p { color: rgb(254,250,75); }
H1.HeaderClassName
{
color: #FEFA4B;
}
.AnyTagClassName
{
color: #FEFA4B;
}
</style>
background-color css
<style>
a { background-color: #FEFA4B; }
a { background-color: rgb(254,250,75); }
div.DivClassName
{
background-color: #FEFA4B;
}
.BgClassName
{
background-color: #FEFA4B;
}
</style>
border-color css
<style>
span { border-color: #FEFA4B; }
span { border-color: rgb(254,250,75); }
td.TdClassName
{
border-color: #FEFA4B;
}
.TagClassName
{
border-color: #FEFA4B;
}
</style>