Shades of Paris Daisy #FEFA44
Tints of Paris Daisy #FEFA44
RGB
CMYK
RGB Variations
Color information
#FEFA44 (or 0xFEFA44) is known color: Paris Daisy. HEX triplet: FE, FA and 44. RGB value is (254,250,68). Sum of RGB (Red+Green+Blue) = 254+250+68=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 68 (26.95% from 255 or 11.89% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA44 is #0105BB. Grayscale: #E7E7E7. Windows color (decimal): -67004 or 4520702. OLE color: 4520702.
HSL color Cylindrical-coordinate representation of color #FEFA44: hue angle of 58.71º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEFA44 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 68 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.00 |
| HSL | 58.71º | 0.99% | 0.63% | - |
| HSV(B) | 58.71º | 0.73% | 1% | - |
| XYZ | 76.1 | 89.86 | 18.8 | - |
| YUV | 230.45 | 36.33 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 68 | 0 | 0.02 | 0.73 | 0.00 | 58.71 | 0.99 | 0.63 |
| Hex | FE | FA | 44 | 0 | 2 | 49 | 0 | 3B | 63 | 3F |
| Octal | 376 | 372 | 104 | 0 | 2 | 111 | 0 | 73 | 143 | 77 |
| Binary | 11111110 | 11111010 | 1000100 | 0 | 10 | 1001001 | 0 | 111011 | 1100011 | 111111 |
Color Harmonies of #FEFA44
Complementary color
Monochromatic Colors of #FEFA44
Black with #FEFA44
Text Example
Text Example
White with #FEFA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA44; }
p { color: rgb(254,250,68); }
H1.HeaderClassName
{
color: #FEFA44;
}
.AnyTagClassName
{
color: #FEFA44;
}
</style>
background-color css
<style>
a { background-color: #FEFA44; }
a { background-color: rgb(254,250,68); }
div.DivClassName
{
background-color: #FEFA44;
}
.BgClassName
{
background-color: #FEFA44;
}
</style>
border-color css
<style>
span { border-color: #FEFA44; }
span { border-color: rgb(254,250,68); }
td.TdClassName
{
border-color: #FEFA44;
}
.TagClassName
{
border-color: #FEFA44;
}
</style>