Shades of Paris Daisy #FAFE45
Tints of Paris Daisy #FAFE45
RGB
CMYK
RGB Variations
Color information
#FAFE45 (or 0xFAFE45) is known color: Paris Daisy. HEX triplet: FA, FE and 45. RGB value is (250,254,69). Sum of RGB (Red+Green+Blue) = 250+254+69=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 69 (27.34% from 255 or 12.04% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE45 is #0501BA. Grayscale: #E8E8E8. Windows color (decimal): -328123 or 4587258. OLE color: 4587258.
HSL color Cylindrical-coordinate representation of color #FAFE45: hue angle of 61.3º 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 #FAFE45 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 69 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.00 |
| HSL | 61.3º | 0.99% | 0.63% | - |
| HSV(B) | 61.3º | 0.73% | 1% | - |
| XYZ | 75.94 | 91.64 | 19.32 | - |
| YUV | 231.71 | 36.17 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 69 | 0.02 | 0 | 0.73 | 0.00 | 61.3 | 0.99 | 0.63 |
| Hex | FA | FE | 45 | 2 | 0 | 49 | 0 | 3D | 63 | 3F |
| Octal | 372 | 376 | 105 | 2 | 0 | 111 | 0 | 75 | 143 | 77 |
| Binary | 11111010 | 11111110 | 1000101 | 10 | 0 | 1001001 | 0 | 111101 | 1100011 | 111111 |
Color Harmonies of #FAFE45
Complementary color
Monochromatic Colors of #FAFE45
Black with #FAFE45
Text Example
Text Example
White with #FAFE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE45; }
p { color: rgb(250,254,69); }
H1.HeaderClassName
{
color: #FAFE45;
}
.AnyTagClassName
{
color: #FAFE45;
}
</style>
background-color css
<style>
a { background-color: #FAFE45; }
a { background-color: rgb(250,254,69); }
div.DivClassName
{
background-color: #FAFE45;
}
.BgClassName
{
background-color: #FAFE45;
}
</style>
border-color css
<style>
span { border-color: #FAFE45; }
span { border-color: rgb(250,254,69); }
td.TdClassName
{
border-color: #FAFE45;
}
.TagClassName
{
border-color: #FAFE45;
}
</style>