Shades of Paris Daisy #FAFA42
Tints of Paris Daisy #FAFA42
RGB
CMYK
RGB Variations
Color information
#FAFA42 (or 0xFAFA42) is known color: Paris Daisy. HEX triplet: FA, FA and 42. RGB value is (250,250,66). Sum of RGB (Red+Green+Blue) = 250+250+66=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 66 (26.17% from 255 or 11.66% from 566); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA42 is #0505BD. Grayscale: #E5E5E5. Windows color (decimal): -329150 or 4389626. OLE color: 4389626.
HSL color Cylindrical-coordinate representation of color #FAFA42: hue angle of 60º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAFA42 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 66 | - |
| CMYK | 0 | 0 | 0.74 | 0.02 |
| HSL | 60º | 0.95% | 0.62% | - |
| HSV(B) | 60º | 0.74% | 0.98% | - |
| XYZ | 74.59 | 89.09 | 18.42 | - |
| YUV | 229.02 | 36 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 66 | 0 | 0 | 0.74 | 0.02 | 60 | 0.95 | 0.62 |
| Hex | FA | FA | 42 | 0 | 0 | 4A | 2 | 3C | 5F | 3E |
| Octal | 372 | 372 | 102 | 0 | 0 | 112 | 2 | 74 | 137 | 76 |
| Binary | 11111010 | 11111010 | 1000010 | 0 | 0 | 1001010 | 10 | 111100 | 1011111 | 111110 |
Color Harmonies of #FAFA42
Complementary color
Monochromatic Colors of #FAFA42
Black with #FAFA42
Text Example
Text Example
White with #FAFA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA42; }
p { color: rgb(250,250,66); }
H1.HeaderClassName
{
color: #FAFA42;
}
.AnyTagClassName
{
color: #FAFA42;
}
</style>
background-color css
<style>
a { background-color: #FAFA42; }
a { background-color: rgb(250,250,66); }
div.DivClassName
{
background-color: #FAFA42;
}
.BgClassName
{
background-color: #FAFA42;
}
</style>
border-color css
<style>
span { border-color: #FAFA42; }
span { border-color: rgb(250,250,66); }
td.TdClassName
{
border-color: #FAFA42;
}
.TagClassName
{
border-color: #FAFA42;
}
</style>