Shades of Paris Daisy #FFF74A
Tints of Paris Daisy #FFF74A
RGB
CMYK
RGB Variations
Color information
#FFF74A (or 0xFFF74A) is known color: Paris Daisy. HEX triplet: FF, F7 and 4A. RGB value is (255,247,74). Sum of RGB (Red+Green+Blue) = 255+247+74=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 74 (29.30% from 255 or 12.85% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF74A is #0008B5. Grayscale: #E6E6E6. Windows color (decimal): -2230 or 4913151. OLE color: 4913151.
HSL color Cylindrical-coordinate representation of color #FFF74A: hue angle of 57.35º 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 #FFF74A is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 74 | - |
| CMYK | 0 | 0.03 | 0.71 | 0 |
| HSL | 57.35º | 1% | 0.65% | - |
| HSV(B) | 57.35º | 0.71% | 1% | - |
| XYZ | 75.74 | 88.28 | 19.53 | - |
| YUV | 229.67 | 40.15 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 74 | 0 | 0.03 | 0.71 | 0 | 57.35 | 1 | 0.65 |
| Hex | FF | F7 | 4A | 0 | 3 | 47 | 0 | 39 | 64 | 41 |
| Octal | 377 | 367 | 112 | 0 | 3 | 107 | 0 | 71 | 144 | 101 |
| Binary | 11111111 | 11110111 | 1001010 | 0 | 11 | 1000111 | 0 | 111001 | 1100100 | 1000001 |
Color Harmonies of #FFF74A
Complementary color
Monochromatic Colors of #FFF74A
Black with #FFF74A
Text Example
Text Example
White with #FFF74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF74A; }
p { color: rgb(255,247,74); }
H1.HeaderClassName
{
color: #FFF74A;
}
.AnyTagClassName
{
color: #FFF74A;
}
</style>
background-color css
<style>
a { background-color: #FFF74A; }
a { background-color: rgb(255,247,74); }
div.DivClassName
{
background-color: #FFF74A;
}
.BgClassName
{
background-color: #FFF74A;
}
</style>
border-color css
<style>
span { border-color: #FFF74A; }
span { border-color: rgb(255,247,74); }
td.TdClassName
{
border-color: #FFF74A;
}
.TagClassName
{
border-color: #FFF74A;
}
</style>