Shades of Paris Daisy #FAFA40
Tints of Paris Daisy #FAFA40
RGB
CMYK
RGB Variations
Color information
#FAFA40 (or 0xFAFA40) is known color: Paris Daisy. HEX triplet: FA, FA and 40. RGB value is (250,250,64). Sum of RGB (Red+Green+Blue) = 250+250+64=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 64 (25.39% from 255 or 11.35% from 564); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA40 is #0505BF. Grayscale: #E5E5E5. Windows color (decimal): -329152 or 4258554. OLE color: 4258554.
HSL color Cylindrical-coordinate representation of color #FAFA40: 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 #FAFA40 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 64 | - |
| CMYK | 0 | 0 | 0.74 | 0.02 |
| HSL | 60º | 0.95% | 0.62% | - |
| HSV(B) | 60º | 0.74% | 0.98% | - |
| XYZ | 74.54 | 89.07 | 18.11 | - |
| YUV | 228.8 | 35 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 64 | 0 | 0 | 0.74 | 0.02 | 60 | 0.95 | 0.62 |
| Hex | FA | FA | 40 | 0 | 0 | 4A | 2 | 3C | 5F | 3E |
| Octal | 372 | 372 | 100 | 0 | 0 | 112 | 2 | 74 | 137 | 76 |
| Binary | 11111010 | 11111010 | 1000000 | 0 | 0 | 1001010 | 10 | 111100 | 1011111 | 111110 |
Color Harmonies of #FAFA40
Complementary color
Monochromatic Colors of #FAFA40
Black with #FAFA40
Text Example
Text Example
White with #FAFA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA40; }
p { color: rgb(250,250,64); }
H1.HeaderClassName
{
color: #FAFA40;
}
.AnyTagClassName
{
color: #FAFA40;
}
</style>
background-color css
<style>
a { background-color: #FAFA40; }
a { background-color: rgb(250,250,64); }
div.DivClassName
{
background-color: #FAFA40;
}
.BgClassName
{
background-color: #FAFA40;
}
</style>
border-color css
<style>
span { border-color: #FAFA40; }
span { border-color: rgb(250,250,64); }
td.TdClassName
{
border-color: #FAFA40;
}
.TagClassName
{
border-color: #FAFA40;
}
</style>