Shades of Paris Daisy #FAFE40
Tints of Paris Daisy #FAFE40
RGB
CMYK
RGB Variations
Color information
#FAFE40 (or 0xFAFE40) is known color: Paris Daisy. HEX triplet: FA, FE and 40. RGB value is (250,254,64). Sum of RGB (Red+Green+Blue) = 250+254+64=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 64 (25.39% from 255 or 11.27% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE40 is #0501BF. Grayscale: #E7E7E7. Windows color (decimal): -328128 or 4259578. OLE color: 4259578.
HSL color Cylindrical-coordinate representation of color #FAFE40: hue angle of 61.26º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FAFE40 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 64 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.00 |
| HSL | 61.26º | 0.99% | 0.62% | - |
| HSV(B) | 61.26º | 0.75% | 1% | - |
| XYZ | 75.79 | 91.58 | 18.53 | - |
| YUV | 231.14 | 33.67 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 64 | 0.02 | 0 | 0.75 | 0.00 | 61.26 | 0.99 | 0.62 |
| Hex | FA | FE | 40 | 2 | 0 | 4B | 0 | 3D | 63 | 3E |
| Octal | 372 | 376 | 100 | 2 | 0 | 113 | 0 | 75 | 143 | 76 |
| Binary | 11111010 | 11111110 | 1000000 | 10 | 0 | 1001011 | 0 | 111101 | 1100011 | 111110 |
Color Harmonies of #FAFE40
Complementary color
Monochromatic Colors of #FAFE40
Black with #FAFE40
Text Example
Text Example
White with #FAFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE40; }
p { color: rgb(250,254,64); }
H1.HeaderClassName
{
color: #FAFE40;
}
.AnyTagClassName
{
color: #FAFE40;
}
</style>
background-color css
<style>
a { background-color: #FAFE40; }
a { background-color: rgb(250,254,64); }
div.DivClassName
{
background-color: #FAFE40;
}
.BgClassName
{
background-color: #FAFE40;
}
</style>
border-color css
<style>
span { border-color: #FAFE40; }
span { border-color: rgb(250,254,64); }
td.TdClassName
{
border-color: #FAFE40;
}
.TagClassName
{
border-color: #FAFE40;
}
</style>