Shades of Paris Daisy #FAF841
Tints of Paris Daisy #FAF841
RGB
CMYK
RGB Variations
Color information
#FAF841 (or 0xFAF841) is known color: Paris Daisy. HEX triplet: FA, F8 and 41. RGB value is (250,248,65). Sum of RGB (Red+Green+Blue) = 250+248+65=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 65 (25.78% from 255 or 11.55% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF841 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF841 is #0507BE. Grayscale: #E4E4E4. Windows color (decimal): -329663 or 4323578. OLE color: 4323578.
HSL color Cylindrical-coordinate representation of color #FAF841: hue angle of 59.35º 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 #FAF841 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 65 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.02 |
| HSL | 59.35º | 0.95% | 0.62% | - |
| HSV(B) | 59.35º | 0.74% | 0.98% | - |
| XYZ | 73.95 | 87.84 | 18.06 | - |
| YUV | 227.74 | 36.16 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 65 | 0 | 0.01 | 0.74 | 0.02 | 59.35 | 0.95 | 0.62 |
| Hex | FA | F8 | 41 | 0 | 1 | 4A | 2 | 3B | 5F | 3E |
| Octal | 372 | 370 | 101 | 0 | 1 | 112 | 2 | 73 | 137 | 76 |
| Binary | 11111010 | 11111000 | 1000001 | 0 | 1 | 1001010 | 10 | 111011 | 1011111 | 111110 |
Color Harmonies of #FAF841
Complementary color
Monochromatic Colors of #FAF841
Black with #FAF841
Text Example
Text Example
White with #FAF841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF841; }
p { color: rgb(250,248,65); }
H1.HeaderClassName
{
color: #FAF841;
}
.AnyTagClassName
{
color: #FAF841;
}
</style>
background-color css
<style>
a { background-color: #FAF841; }
a { background-color: rgb(250,248,65); }
div.DivClassName
{
background-color: #FAF841;
}
.BgClassName
{
background-color: #FAF841;
}
</style>
border-color css
<style>
span { border-color: #FAF841; }
span { border-color: rgb(250,248,65); }
td.TdClassName
{
border-color: #FAF841;
}
.TagClassName
{
border-color: #FAF841;
}
</style>