Shades of Paris Daisy #FAFC41
Tints of Paris Daisy #FAFC41
RGB
CMYK
RGB Variations
Color information
#FAFC41 (or 0xFAFC41) is known color: Paris Daisy. HEX triplet: FA, FC and 41. RGB value is (250,252,65). Sum of RGB (Red+Green+Blue) = 250+252+65=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 65 (25.78% from 255 or 11.46% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFC41 is #0503BE. Grayscale: #E6E6E6. Windows color (decimal): -328639 or 4324602. OLE color: 4324602.
HSL color Cylindrical-coordinate representation of color #FAFC41: hue angle of 60.64º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAFC41 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 65 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.01 |
| HSL | 60.64º | 0.97% | 0.62% | - |
| HSV(B) | 60.64º | 0.74% | 0.99% | - |
| XYZ | 75.19 | 90.33 | 18.47 | - |
| YUV | 230.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 65 | 0.01 | 0 | 0.74 | 0.01 | 60.64 | 0.97 | 0.62 |
| Hex | FA | FC | 41 | 1 | 0 | 4A | 1 | 3D | 61 | 3E |
| Octal | 372 | 374 | 101 | 1 | 0 | 112 | 1 | 75 | 141 | 76 |
| Binary | 11111010 | 11111100 | 1000001 | 1 | 0 | 1001010 | 1 | 111101 | 1100001 | 111110 |
Color Harmonies of #FAFC41
Complementary color
Monochromatic Colors of #FAFC41
Black with #FAFC41
Text Example
Text Example
White with #FAFC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFC41; }
p { color: rgb(250,252,65); }
H1.HeaderClassName
{
color: #FAFC41;
}
.AnyTagClassName
{
color: #FAFC41;
}
</style>
background-color css
<style>
a { background-color: #FAFC41; }
a { background-color: rgb(250,252,65); }
div.DivClassName
{
background-color: #FAFC41;
}
.BgClassName
{
background-color: #FAFC41;
}
</style>
border-color css
<style>
span { border-color: #FAFC41; }
span { border-color: rgb(250,252,65); }
td.TdClassName
{
border-color: #FAFC41;
}
.TagClassName
{
border-color: #FAFC41;
}
</style>