Shades of Paris Daisy #FAF354
Tints of Paris Daisy #FAF354
RGB
CMYK
RGB Variations
Color information
#FAF354 (or 0xFAF354) is known color: Paris Daisy. HEX triplet: FA, F3 and 54. RGB value is (250,243,84). Sum of RGB (Red+Green+Blue) = 250+243+84=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 84 (33.20% from 255 or 14.56% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF354 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF354 is #050CAB. Grayscale: #E3E3E3. Windows color (decimal): -330924 or 5567482. OLE color: 5567482.
HSL color Cylindrical-coordinate representation of color #FAF354: hue angle of 57.47º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAF354 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 84 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.02 |
| HSL | 57.47º | 0.94% | 0.65% | - |
| HSV(B) | 57.47º | 0.66% | 0.98% | - |
| XYZ | 73.08 | 85.07 | 20.96 | - |
| YUV | 226.97 | 47.32 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 84 | 0 | 0.03 | 0.66 | 0.02 | 57.47 | 0.94 | 0.65 |
| Hex | FA | F3 | 54 | 0 | 3 | 42 | 2 | 39 | 5E | 41 |
| Octal | 372 | 363 | 124 | 0 | 3 | 102 | 2 | 71 | 136 | 101 |
| Binary | 11111010 | 11110011 | 1010100 | 0 | 11 | 1000010 | 10 | 111001 | 1011110 | 1000001 |
Color Harmonies of #FAF354
Complementary color
Monochromatic Colors of #FAF354
Black with #FAF354
Text Example
Text Example
White with #FAF354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF354; }
p { color: rgb(250,243,84); }
H1.HeaderClassName
{
color: #FAF354;
}
.AnyTagClassName
{
color: #FAF354;
}
</style>
background-color css
<style>
a { background-color: #FAF354; }
a { background-color: rgb(250,243,84); }
div.DivClassName
{
background-color: #FAF354;
}
.BgClassName
{
background-color: #FAF354;
}
</style>
border-color css
<style>
span { border-color: #FAF354; }
span { border-color: rgb(250,243,84); }
td.TdClassName
{
border-color: #FAF354;
}
.TagClassName
{
border-color: #FAF354;
}
</style>