Shades of Paris Daisy #FAF540
Tints of Paris Daisy #FAF540
RGB
CMYK
RGB Variations
Color information
#FAF540 (or 0xFAF540) is known color: Paris Daisy. HEX triplet: FA, F5 and 40. RGB value is (250,245,64). Sum of RGB (Red+Green+Blue) = 250+245+64=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 64 (25.39% from 255 or 11.45% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF540 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF540 is #050ABF. Grayscale: #E2E2E2. Windows color (decimal): -330432 or 4257274. OLE color: 4257274.
HSL color Cylindrical-coordinate representation of color #FAF540: hue angle of 58.39º 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 #FAF540 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 64 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.02 |
| HSL | 58.39º | 0.95% | 0.62% | - |
| HSV(B) | 58.39º | 0.74% | 0.98% | - |
| XYZ | 73 | 86 | 17.6 | - |
| YUV | 225.86 | 36.66 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 64 | 0 | 0.02 | 0.74 | 0.02 | 58.39 | 0.95 | 0.62 |
| Hex | FA | F5 | 40 | 0 | 2 | 4A | 2 | 3A | 5F | 3E |
| Octal | 372 | 365 | 100 | 0 | 2 | 112 | 2 | 72 | 137 | 76 |
| Binary | 11111010 | 11110101 | 1000000 | 0 | 10 | 1001010 | 10 | 111010 | 1011111 | 111110 |
Color Harmonies of #FAF540
Complementary color
Monochromatic Colors of #FAF540
Black with #FAF540
Text Example
Text Example
White with #FAF540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF540; }
p { color: rgb(250,245,64); }
H1.HeaderClassName
{
color: #FAF540;
}
.AnyTagClassName
{
color: #FAF540;
}
</style>
background-color css
<style>
a { background-color: #FAF540; }
a { background-color: rgb(250,245,64); }
div.DivClassName
{
background-color: #FAF540;
}
.BgClassName
{
background-color: #FAF540;
}
</style>
border-color css
<style>
span { border-color: #FAF540; }
span { border-color: rgb(250,245,64); }
td.TdClassName
{
border-color: #FAF540;
}
.TagClassName
{
border-color: #FAF540;
}
</style>