Shades of Paris Daisy #FAFF3C
Tints of Paris Daisy #FAFF3C
RGB
CMYK
RGB Variations
Color information
#FAFF3C (or 0xFAFF3C) is known color: Paris Daisy. HEX triplet: FA, FF and 3C. RGB value is (250,255,60). Sum of RGB (Red+Green+Blue) = 250+255+60=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 60 (23.83% from 255 or 10.62% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF3C is #0500C3. Grayscale: #E8E8E8. Windows color (decimal): -327876 or 3997690. OLE color: 3997690.
HSL color Cylindrical-coordinate representation of color #FAFF3C: hue angle of 61.54º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAFF3C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 60 | - |
| CMYK | 0.02 | 0 | 0.76 | 0 |
| HSL | 61.54º | 1% | 0.62% | - |
| HSV(B) | 61.54º | 0.76% | 1% | - |
| XYZ | 76 | 92.17 | 18.06 | - |
| YUV | 231.28 | 31.34 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 60 | 0.02 | 0 | 0.76 | 0 | 61.54 | 1 | 0.62 |
| Hex | FA | FF | 3C | 2 | 0 | 4C | 0 | 3E | 64 | 3E |
| Octal | 372 | 377 | 74 | 2 | 0 | 114 | 0 | 76 | 144 | 76 |
| Binary | 11111010 | 11111111 | 111100 | 10 | 0 | 1001100 | 0 | 111110 | 1100100 | 111110 |
Color Harmonies of #FAFF3C
Complementary color
Monochromatic Colors of #FAFF3C
Black with #FAFF3C
Text Example
Text Example
White with #FAFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF3C; }
p { color: rgb(250,255,60); }
H1.HeaderClassName
{
color: #FAFF3C;
}
.AnyTagClassName
{
color: #FAFF3C;
}
</style>
background-color css
<style>
a { background-color: #FAFF3C; }
a { background-color: rgb(250,255,60); }
div.DivClassName
{
background-color: #FAFF3C;
}
.BgClassName
{
background-color: #FAFF3C;
}
</style>
border-color css
<style>
span { border-color: #FAFF3C; }
span { border-color: rgb(250,255,60); }
td.TdClassName
{
border-color: #FAFF3C;
}
.TagClassName
{
border-color: #FAFF3C;
}
</style>