Shades of Paris Daisy #FEFA3D
Tints of Paris Daisy #FEFA3D
RGB
CMYK
RGB Variations
Color information
#FEFA3D (or 0xFEFA3D) is known color: Paris Daisy. HEX triplet: FE, FA and 3D. RGB value is (254,250,61). Sum of RGB (Red+Green+Blue) = 254+250+61=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 61 (24.22% from 255 or 10.80% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA3D is #0105C2. Grayscale: #E6E6E6. Windows color (decimal): -67011 or 4061950. OLE color: 4061950.
HSL color Cylindrical-coordinate representation of color #FEFA3D: hue angle of 58.76º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEFA3D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 61 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.00 |
| HSL | 58.76º | 0.99% | 0.62% | - |
| HSV(B) | 58.76º | 0.76% | 1% | - |
| XYZ | 75.9 | 89.78 | 17.74 | - |
| YUV | 229.65 | 32.83 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 61 | 0 | 0.02 | 0.76 | 0.00 | 58.76 | 0.99 | 0.62 |
| Hex | FE | FA | 3D | 0 | 2 | 4C | 0 | 3B | 63 | 3E |
| Octal | 376 | 372 | 75 | 0 | 2 | 114 | 0 | 73 | 143 | 76 |
| Binary | 11111110 | 11111010 | 111101 | 0 | 10 | 1001100 | 0 | 111011 | 1100011 | 111110 |
Color Harmonies of #FEFA3D
Complementary color
Monochromatic Colors of #FEFA3D
Black with #FEFA3D
Text Example
Text Example
White with #FEFA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA3D; }
p { color: rgb(254,250,61); }
H1.HeaderClassName
{
color: #FEFA3D;
}
.AnyTagClassName
{
color: #FEFA3D;
}
</style>
background-color css
<style>
a { background-color: #FEFA3D; }
a { background-color: rgb(254,250,61); }
div.DivClassName
{
background-color: #FEFA3D;
}
.BgClassName
{
background-color: #FEFA3D;
}
</style>
border-color css
<style>
span { border-color: #FEFA3D; }
span { border-color: rgb(254,250,61); }
td.TdClassName
{
border-color: #FEFA3D;
}
.TagClassName
{
border-color: #FEFA3D;
}
</style>