Shades of Paris Daisy #FEFA43
Tints of Paris Daisy #FEFA43
RGB
CMYK
RGB Variations
Color information
#FEFA43 (or 0xFEFA43) is known color: Paris Daisy. HEX triplet: FE, FA and 43. RGB value is (254,250,67). Sum of RGB (Red+Green+Blue) = 254+250+67=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 67 (26.56% from 255 or 11.73% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA43 is #0105BC. Grayscale: #E7E7E7. Windows color (decimal): -67005 or 4455166. OLE color: 4455166.
HSL color Cylindrical-coordinate representation of color #FEFA43: hue angle of 58.72º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEFA43 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 67 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.00 |
| HSL | 58.72º | 0.99% | 0.63% | - |
| HSV(B) | 58.72º | 0.74% | 1% | - |
| XYZ | 76.07 | 89.85 | 18.64 | - |
| YUV | 230.33 | 35.83 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 67 | 0 | 0.02 | 0.74 | 0.00 | 58.72 | 0.99 | 0.63 |
| Hex | FE | FA | 43 | 0 | 2 | 4A | 0 | 3B | 63 | 3F |
| Octal | 376 | 372 | 103 | 0 | 2 | 112 | 0 | 73 | 143 | 77 |
| Binary | 11111110 | 11111010 | 1000011 | 0 | 10 | 1001010 | 0 | 111011 | 1100011 | 111111 |
Color Harmonies of #FEFA43
Complementary color
Monochromatic Colors of #FEFA43
Black with #FEFA43
Text Example
Text Example
White with #FEFA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA43; }
p { color: rgb(254,250,67); }
H1.HeaderClassName
{
color: #FEFA43;
}
.AnyTagClassName
{
color: #FEFA43;
}
</style>
background-color css
<style>
a { background-color: #FEFA43; }
a { background-color: rgb(254,250,67); }
div.DivClassName
{
background-color: #FEFA43;
}
.BgClassName
{
background-color: #FEFA43;
}
</style>
border-color css
<style>
span { border-color: #FEFA43; }
span { border-color: rgb(254,250,67); }
td.TdClassName
{
border-color: #FEFA43;
}
.TagClassName
{
border-color: #FEFA43;
}
</style>