Shades of Paris Daisy #FEFA50
Tints of Paris Daisy #FEFA50
RGB
CMYK
RGB Variations
Color information
#FEFA50 (or 0xFEFA50) is known color: Paris Daisy. HEX triplet: FE, FA and 50. RGB value is (254,250,80). Sum of RGB (Red+Green+Blue) = 254+250+80=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 80 (31.64% from 255 or 13.70% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA50 is #0105AF. Grayscale: #E8E8E8. Windows color (decimal): -66992 or 5307134. OLE color: 5307134.
HSL color Cylindrical-coordinate representation of color #FEFA50: hue angle of 58.62º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEFA50 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 80 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.00 |
| HSL | 58.62º | 0.99% | 0.65% | - |
| HSV(B) | 58.62º | 0.69% | 1% | - |
| XYZ | 76.51 | 90.02 | 20.93 | - |
| YUV | 231.82 | 42.33 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 80 | 0 | 0.02 | 0.69 | 0.00 | 58.62 | 0.99 | 0.65 |
| Hex | FE | FA | 50 | 0 | 2 | 45 | 0 | 3B | 63 | 41 |
| Octal | 376 | 372 | 120 | 0 | 2 | 105 | 0 | 73 | 143 | 101 |
| Binary | 11111110 | 11111010 | 1010000 | 0 | 10 | 1000101 | 0 | 111011 | 1100011 | 1000001 |
Color Harmonies of #FEFA50
Complementary color
Monochromatic Colors of #FEFA50
Black with #FEFA50
Text Example
Text Example
White with #FEFA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA50; }
p { color: rgb(254,250,80); }
H1.HeaderClassName
{
color: #FEFA50;
}
.AnyTagClassName
{
color: #FEFA50;
}
</style>
background-color css
<style>
a { background-color: #FEFA50; }
a { background-color: rgb(254,250,80); }
div.DivClassName
{
background-color: #FEFA50;
}
.BgClassName
{
background-color: #FEFA50;
}
</style>
border-color css
<style>
span { border-color: #FEFA50; }
span { border-color: rgb(254,250,80); }
td.TdClassName
{
border-color: #FEFA50;
}
.TagClassName
{
border-color: #FEFA50;
}
</style>