Shades of Paris Daisy #FAFD4A
Tints of Paris Daisy #FAFD4A
RGB
CMYK
RGB Variations
Color information
#FAFD4A (or 0xFAFD4A) is known color: Paris Daisy. HEX triplet: FA, FD and 4A. RGB value is (250,253,74). Sum of RGB (Red+Green+Blue) = 250+253+74=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 74 (29.30% from 255 or 12.82% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD4A is #0502B5. Grayscale: #E8E8E8. Windows color (decimal): -328374 or 4914682. OLE color: 4914682.
HSL color Cylindrical-coordinate representation of color #FAFD4A: hue angle of 61.01º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FAFD4A is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 74 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.01 |
| HSL | 61.01º | 0.98% | 0.64% | - |
| HSV(B) | 61.01º | 0.71% | 0.99% | - |
| XYZ | 75.79 | 91.07 | 20.06 | - |
| YUV | 231.7 | 39.01 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 74 | 0.01 | 0 | 0.71 | 0.01 | 61.01 | 0.98 | 0.64 |
| Hex | FA | FD | 4A | 1 | 0 | 47 | 1 | 3D | 62 | 40 |
| Octal | 372 | 375 | 112 | 1 | 0 | 107 | 1 | 75 | 142 | 100 |
| Binary | 11111010 | 11111101 | 1001010 | 1 | 0 | 1000111 | 1 | 111101 | 1100010 | 1000000 |
Color Harmonies of #FAFD4A
Complementary color
Monochromatic Colors of #FAFD4A
Black with #FAFD4A
Text Example
Text Example
White with #FAFD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD4A; }
p { color: rgb(250,253,74); }
H1.HeaderClassName
{
color: #FAFD4A;
}
.AnyTagClassName
{
color: #FAFD4A;
}
</style>
background-color css
<style>
a { background-color: #FAFD4A; }
a { background-color: rgb(250,253,74); }
div.DivClassName
{
background-color: #FAFD4A;
}
.BgClassName
{
background-color: #FAFD4A;
}
</style>
border-color css
<style>
span { border-color: #FAFD4A; }
span { border-color: rgb(250,253,74); }
td.TdClassName
{
border-color: #FAFD4A;
}
.TagClassName
{
border-color: #FAFD4A;
}
</style>