Shades of Paris Daisy #FFF74B
Tints of Paris Daisy #FFF74B
RGB
CMYK
RGB Variations
Color information
#FFF74B (or 0xFFF74B) is known color: Paris Daisy. HEX triplet: FF, F7 and 4B. RGB value is (255,247,75). Sum of RGB (Red+Green+Blue) = 255+247+75=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 75 (29.69% from 255 or 13.00% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF74B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF74B is #0008B4. Grayscale: #E6E6E6. Windows color (decimal): -2229 or 4978687. OLE color: 4978687.
HSL color Cylindrical-coordinate representation of color #FFF74B: hue angle of 57.33º 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 #FFF74B is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 75 | - |
| CMYK | 0 | 0.03 | 0.71 | 0 |
| HSL | 57.33º | 1% | 0.65% | - |
| HSV(B) | 57.33º | 0.71% | 1% | - |
| XYZ | 75.77 | 88.29 | 19.7 | - |
| YUV | 229.78 | 40.65 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 75 | 0 | 0.03 | 0.71 | 0 | 57.33 | 1 | 0.65 |
| Hex | FF | F7 | 4B | 0 | 3 | 47 | 0 | 39 | 64 | 41 |
| Octal | 377 | 367 | 113 | 0 | 3 | 107 | 0 | 71 | 144 | 101 |
| Binary | 11111111 | 11110111 | 1001011 | 0 | 11 | 1000111 | 0 | 111001 | 1100100 | 1000001 |
Color Harmonies of #FFF74B
Complementary color
Monochromatic Colors of #FFF74B
Black with #FFF74B
Text Example
Text Example
White with #FFF74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF74B; }
p { color: rgb(255,247,75); }
H1.HeaderClassName
{
color: #FFF74B;
}
.AnyTagClassName
{
color: #FFF74B;
}
</style>
background-color css
<style>
a { background-color: #FFF74B; }
a { background-color: rgb(255,247,75); }
div.DivClassName
{
background-color: #FFF74B;
}
.BgClassName
{
background-color: #FFF74B;
}
</style>
border-color css
<style>
span { border-color: #FFF74B; }
span { border-color: rgb(255,247,75); }
td.TdClassName
{
border-color: #FFF74B;
}
.TagClassName
{
border-color: #FFF74B;
}
</style>