Shades of Paris Daisy #FAF355
Tints of Paris Daisy #FAF355
RGB
CMYK
RGB Variations
Color information
#FAF355 (or 0xFAF355) is known color: Paris Daisy. HEX triplet: FA, F3 and 55. RGB value is (250,243,85). Sum of RGB (Red+Green+Blue) = 250+243+85=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 85 (33.59% from 255 or 14.71% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF355 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF355 is #050CAA. Grayscale: #E3E3E3. Windows color (decimal): -330923 or 5633018. OLE color: 5633018.
HSL color Cylindrical-coordinate representation of color #FAF355: hue angle of 57.45º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAF355 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 85 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.02 |
| HSL | 57.45º | 0.94% | 0.66% | - |
| HSV(B) | 57.45º | 0.66% | 0.98% | - |
| XYZ | 73.11 | 85.08 | 21.16 | - |
| YUV | 227.08 | 47.82 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 85 | 0 | 0.03 | 0.66 | 0.02 | 57.45 | 0.94 | 0.66 |
| Hex | FA | F3 | 55 | 0 | 3 | 42 | 2 | 39 | 5E | 42 |
| Octal | 372 | 363 | 125 | 0 | 3 | 102 | 2 | 71 | 136 | 102 |
| Binary | 11111010 | 11110011 | 1010101 | 0 | 11 | 1000010 | 10 | 111001 | 1011110 | 1000010 |
Color Harmonies of #FAF355
Complementary color
Monochromatic Colors of #FAF355
Black with #FAF355
Text Example
Text Example
White with #FAF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF355; }
p { color: rgb(250,243,85); }
H1.HeaderClassName
{
color: #FAF355;
}
.AnyTagClassName
{
color: #FAF355;
}
</style>
background-color css
<style>
a { background-color: #FAF355; }
a { background-color: rgb(250,243,85); }
div.DivClassName
{
background-color: #FAF355;
}
.BgClassName
{
background-color: #FAF355;
}
</style>
border-color css
<style>
span { border-color: #FAF355; }
span { border-color: rgb(250,243,85); }
td.TdClassName
{
border-color: #FAF355;
}
.TagClassName
{
border-color: #FAF355;
}
</style>