Shades of Paris Daisy #FAF04D
Tints of Paris Daisy #FAF04D
RGB
CMYK
RGB Variations
Color information
#FAF04D (or 0xFAF04D) is known color: Paris Daisy. HEX triplet: FA, F0 and 4D. RGB value is (250,240,77). Sum of RGB (Red+Green+Blue) = 250+240+77=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 77 (30.47% from 255 or 13.58% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF04D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF04D is #050FB2. Grayscale: #E1E1E1. Windows color (decimal): -331699 or 5107962. OLE color: 5107962.
HSL color Cylindrical-coordinate representation of color #FAF04D: hue angle of 56.53º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FAF04D is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 77 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.02 |
| HSL | 56.53º | 0.95% | 0.64% | - |
| HSV(B) | 56.53º | 0.69% | 0.98% | - |
| XYZ | 71.92 | 83.18 | 19.29 | - |
| YUV | 224.41 | 44.81 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 77 | 0 | 0.04 | 0.69 | 0.02 | 56.53 | 0.95 | 0.64 |
| Hex | FA | F0 | 4D | 0 | 4 | 45 | 2 | 39 | 5F | 40 |
| Octal | 372 | 360 | 115 | 0 | 4 | 105 | 2 | 71 | 137 | 100 |
| Binary | 11111010 | 11110000 | 1001101 | 0 | 100 | 1000101 | 10 | 111001 | 1011111 | 1000000 |
Color Harmonies of #FAF04D
Complementary color
Monochromatic Colors of #FAF04D
Black with #FAF04D
Text Example
Text Example
White with #FAF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF04D; }
p { color: rgb(250,240,77); }
H1.HeaderClassName
{
color: #FAF04D;
}
.AnyTagClassName
{
color: #FAF04D;
}
</style>
background-color css
<style>
a { background-color: #FAF04D; }
a { background-color: rgb(250,240,77); }
div.DivClassName
{
background-color: #FAF04D;
}
.BgClassName
{
background-color: #FAF04D;
}
</style>
border-color css
<style>
span { border-color: #FAF04D; }
span { border-color: rgb(250,240,77); }
td.TdClassName
{
border-color: #FAF04D;
}
.TagClassName
{
border-color: #FAF04D;
}
</style>