Shades of Paris Daisy #FAF044
Tints of Paris Daisy #FAF044
RGB
CMYK
RGB Variations
Color information
#FAF044 (or 0xFAF044) is known color: Paris Daisy. HEX triplet: FA, F0 and 44. RGB value is (250,240,68). Sum of RGB (Red+Green+Blue) = 250+240+68=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 68 (26.95% from 255 or 12.19% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF044 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF044 is #050FBB. Grayscale: #E0E0E0. Windows color (decimal): -331708 or 4518138. OLE color: 4518138.
HSL color Cylindrical-coordinate representation of color #FAF044: hue angle of 56.7º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAF044 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 68 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.02 |
| HSL | 56.7º | 0.95% | 0.62% | - |
| HSV(B) | 56.7º | 0.73% | 0.98% | - |
| XYZ | 71.63 | 83.06 | 17.73 | - |
| YUV | 223.38 | 40.31 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 68 | 0 | 0.04 | 0.73 | 0.02 | 56.7 | 0.95 | 0.62 |
| Hex | FA | F0 | 44 | 0 | 4 | 49 | 2 | 39 | 5F | 3E |
| Octal | 372 | 360 | 104 | 0 | 4 | 111 | 2 | 71 | 137 | 76 |
| Binary | 11111010 | 11110000 | 1000100 | 0 | 100 | 1001001 | 10 | 111001 | 1011111 | 111110 |
Color Harmonies of #FAF044
Complementary color
Monochromatic Colors of #FAF044
Black with #FAF044
Text Example
Text Example
White with #FAF044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF044; }
p { color: rgb(250,240,68); }
H1.HeaderClassName
{
color: #FAF044;
}
.AnyTagClassName
{
color: #FAF044;
}
</style>
background-color css
<style>
a { background-color: #FAF044; }
a { background-color: rgb(250,240,68); }
div.DivClassName
{
background-color: #FAF044;
}
.BgClassName
{
background-color: #FAF044;
}
</style>
border-color css
<style>
span { border-color: #FAF044; }
span { border-color: rgb(250,240,68); }
td.TdClassName
{
border-color: #FAF044;
}
.TagClassName
{
border-color: #FAF044;
}
</style>