Shades of Paris Daisy #FAF255
Tints of Paris Daisy #FAF255
RGB
CMYK
RGB Variations
Color information
#FAF255 (or 0xFAF255) is known color: Paris Daisy. HEX triplet: FA, F2 and 55. RGB value is (250,242,85). Sum of RGB (Red+Green+Blue) = 250+242+85=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 85 (33.59% from 255 or 14.73% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF255 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF255 is #050DAA. Grayscale: #E3E3E3. Windows color (decimal): -331179 or 5632762. OLE color: 5632762.
HSL color Cylindrical-coordinate representation of color #FAF255: hue angle of 57.09º 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 #FAF255 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 85 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.02 |
| HSL | 57.09º | 0.94% | 0.66% | - |
| HSV(B) | 57.09º | 0.66% | 0.98% | - |
| XYZ | 72.82 | 84.48 | 21.06 | - |
| YUV | 226.49 | 48.15 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 85 | 0 | 0.03 | 0.66 | 0.02 | 57.09 | 0.94 | 0.66 |
| Hex | FA | F2 | 55 | 0 | 3 | 42 | 2 | 39 | 5E | 42 |
| Octal | 372 | 362 | 125 | 0 | 3 | 102 | 2 | 71 | 136 | 102 |
| Binary | 11111010 | 11110010 | 1010101 | 0 | 11 | 1000010 | 10 | 111001 | 1011110 | 1000010 |
Color Harmonies of #FAF255
Complementary color
Monochromatic Colors of #FAF255
Black with #FAF255
Text Example
Text Example
White with #FAF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF255; }
p { color: rgb(250,242,85); }
H1.HeaderClassName
{
color: #FAF255;
}
.AnyTagClassName
{
color: #FAF255;
}
</style>
background-color css
<style>
a { background-color: #FAF255; }
a { background-color: rgb(250,242,85); }
div.DivClassName
{
background-color: #FAF255;
}
.BgClassName
{
background-color: #FAF255;
}
</style>
border-color css
<style>
span { border-color: #FAF255; }
span { border-color: rgb(250,242,85); }
td.TdClassName
{
border-color: #FAF255;
}
.TagClassName
{
border-color: #FAF255;
}
</style>