Shades of Paris Daisy #FAFE3E
Tints of Paris Daisy #FAFE3E
RGB
CMYK
RGB Variations
Color information
#FAFE3E (or 0xFAFE3E) is known color: Paris Daisy. HEX triplet: FA, FE and 3E. RGB value is (250,254,62). Sum of RGB (Red+Green+Blue) = 250+254+62=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 62 (24.61% from 255 or 10.95% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE3E is #0501C1. Grayscale: #E7E7E7. Windows color (decimal): -328130 or 4128506. OLE color: 4128506.
HSL color Cylindrical-coordinate representation of color #FAFE3E: hue angle of 61.25º 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 #FAFE3E is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 62 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.00 |
| HSL | 61.25º | 0.99% | 0.62% | - |
| HSV(B) | 61.25º | 0.76% | 1% | - |
| XYZ | 75.74 | 91.56 | 18.24 | - |
| YUV | 230.92 | 32.67 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 62 | 0.02 | 0 | 0.76 | 0.00 | 61.25 | 0.99 | 0.62 |
| Hex | FA | FE | 3E | 2 | 0 | 4C | 0 | 3D | 63 | 3E |
| Octal | 372 | 376 | 76 | 2 | 0 | 114 | 0 | 75 | 143 | 76 |
| Binary | 11111010 | 11111110 | 111110 | 10 | 0 | 1001100 | 0 | 111101 | 1100011 | 111110 |
Color Harmonies of #FAFE3E
Complementary color
Monochromatic Colors of #FAFE3E
Black with #FAFE3E
Text Example
Text Example
White with #FAFE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE3E; }
p { color: rgb(250,254,62); }
H1.HeaderClassName
{
color: #FAFE3E;
}
.AnyTagClassName
{
color: #FAFE3E;
}
</style>
background-color css
<style>
a { background-color: #FAFE3E; }
a { background-color: rgb(250,254,62); }
div.DivClassName
{
background-color: #FAFE3E;
}
.BgClassName
{
background-color: #FAFE3E;
}
</style>
border-color css
<style>
span { border-color: #FAFE3E; }
span { border-color: rgb(250,254,62); }
td.TdClassName
{
border-color: #FAFE3E;
}
.TagClassName
{
border-color: #FAFE3E;
}
</style>