Shades of Paris Daisy #FFF64B
Tints of Paris Daisy #FFF64B
RGB
CMYK
RGB Variations
Color information
#FFF64B (or 0xFFF64B) is known color: Paris Daisy. HEX triplet: FF, F6 and 4B. RGB value is (255,246,75). Sum of RGB (Red+Green+Blue) = 255+246+75=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 246 (96.48% from 255 or 42.71% from 576); Blue value is 75 (29.69% from 255 or 13.02% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF64B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF64B is #0009B4. Grayscale: #E5E5E5. Windows color (decimal): -2485 or 4978431. OLE color: 4978431.
HSL color Cylindrical-coordinate representation of color #FFF64B: hue angle of 57º 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 #FFF64B is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 75 | - |
| CMYK | 0 | 0.04 | 0.71 | 0 |
| HSL | 57º | 1% | 0.65% | - |
| HSV(B) | 57º | 0.71% | 1% | - |
| XYZ | 75.47 | 87.68 | 19.6 | - |
| YUV | 229.2 | 40.98 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 75 | 0 | 0.04 | 0.71 | 0 | 57 | 1 | 0.65 |
| Hex | FF | F6 | 4B | 0 | 4 | 47 | 0 | 39 | 64 | 41 |
| Octal | 377 | 366 | 113 | 0 | 4 | 107 | 0 | 71 | 144 | 101 |
| Binary | 11111111 | 11110110 | 1001011 | 0 | 100 | 1000111 | 0 | 111001 | 1100100 | 1000001 |
Color Harmonies of #FFF64B
Complementary color
Monochromatic Colors of #FFF64B
Black with #FFF64B
Text Example
Text Example
White with #FFF64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF64B; }
p { color: rgb(255,246,75); }
H1.HeaderClassName
{
color: #FFF64B;
}
.AnyTagClassName
{
color: #FFF64B;
}
</style>
background-color css
<style>
a { background-color: #FFF64B; }
a { background-color: rgb(255,246,75); }
div.DivClassName
{
background-color: #FFF64B;
}
.BgClassName
{
background-color: #FFF64B;
}
</style>
border-color css
<style>
span { border-color: #FFF64B; }
span { border-color: rgb(255,246,75); }
td.TdClassName
{
border-color: #FFF64B;
}
.TagClassName
{
border-color: #FFF64B;
}
</style>