Shades of Paris Daisy #FFF94A
Tints of Paris Daisy #FFF94A
RGB
CMYK
RGB Variations
Color information
#FFF94A (or 0xFFF94A) is known color: Paris Daisy. HEX triplet: FF, F9 and 4A. RGB value is (255,249,74). Sum of RGB (Red+Green+Blue) = 255+249+74=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 74 (29.30% from 255 or 12.80% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF94A is #0006B5. Grayscale: #E7E7E7. Windows color (decimal): -1718 or 4913663. OLE color: 4913663.
HSL color Cylindrical-coordinate representation of color #FFF94A: hue angle of 58.01º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFF94A is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 74 | - |
| CMYK | 0 | 0.02 | 0.71 | 0 |
| HSL | 58.01º | 1% | 0.65% | - |
| HSV(B) | 58.01º | 0.71% | 1% | - |
| XYZ | 76.35 | 89.51 | 19.73 | - |
| YUV | 230.84 | 39.49 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 74 | 0 | 0.02 | 0.71 | 0 | 58.01 | 1 | 0.65 |
| Hex | FF | F9 | 4A | 0 | 2 | 47 | 0 | 3A | 64 | 41 |
| Octal | 377 | 371 | 112 | 0 | 2 | 107 | 0 | 72 | 144 | 101 |
| Binary | 11111111 | 11111001 | 1001010 | 0 | 10 | 1000111 | 0 | 111010 | 1100100 | 1000001 |
Color Harmonies of #FFF94A
Complementary color
Monochromatic Colors of #FFF94A
Black with #FFF94A
Text Example
Text Example
White with #FFF94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF94A; }
p { color: rgb(255,249,74); }
H1.HeaderClassName
{
color: #FFF94A;
}
.AnyTagClassName
{
color: #FFF94A;
}
</style>
background-color css
<style>
a { background-color: #FFF94A; }
a { background-color: rgb(255,249,74); }
div.DivClassName
{
background-color: #FFF94A;
}
.BgClassName
{
background-color: #FFF94A;
}
</style>
border-color css
<style>
span { border-color: #FFF94A; }
span { border-color: rgb(255,249,74); }
td.TdClassName
{
border-color: #FFF94A;
}
.TagClassName
{
border-color: #FFF94A;
}
</style>