Shades of Paris Daisy #FFF84B
Tints of Paris Daisy #FFF84B
RGB
CMYK
RGB Variations
Color information
#FFF84B (or 0xFFF84B) is known color: Paris Daisy. HEX triplet: FF, F8 and 4B. RGB value is (255,248,75). Sum of RGB (Red+Green+Blue) = 255+248+75=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 75 (29.69% from 255 or 12.98% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF84B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF84B is #0007B4. Grayscale: #E7E7E7. Windows color (decimal): -1973 or 4978943. OLE color: 4978943.
HSL color Cylindrical-coordinate representation of color #FFF84B: hue angle of 57.67º 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 #FFF84B is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 75 | - |
| CMYK | 0 | 0.03 | 0.71 | 0 |
| HSL | 57.67º | 1% | 0.65% | - |
| HSV(B) | 57.67º | 0.71% | 1% | - |
| XYZ | 76.08 | 88.9 | 19.81 | - |
| YUV | 230.37 | 40.32 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 75 | 0 | 0.03 | 0.71 | 0 | 57.67 | 1 | 0.65 |
| Hex | FF | F8 | 4B | 0 | 3 | 47 | 0 | 3A | 64 | 41 |
| Octal | 377 | 370 | 113 | 0 | 3 | 107 | 0 | 72 | 144 | 101 |
| Binary | 11111111 | 11111000 | 1001011 | 0 | 11 | 1000111 | 0 | 111010 | 1100100 | 1000001 |
Color Harmonies of #FFF84B
Complementary color
Monochromatic Colors of #FFF84B
Black with #FFF84B
Text Example
Text Example
White with #FFF84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF84B; }
p { color: rgb(255,248,75); }
H1.HeaderClassName
{
color: #FFF84B;
}
.AnyTagClassName
{
color: #FFF84B;
}
</style>
background-color css
<style>
a { background-color: #FFF84B; }
a { background-color: rgb(255,248,75); }
div.DivClassName
{
background-color: #FFF84B;
}
.BgClassName
{
background-color: #FFF84B;
}
</style>
border-color css
<style>
span { border-color: #FFF84B; }
span { border-color: rgb(255,248,75); }
td.TdClassName
{
border-color: #FFF84B;
}
.TagClassName
{
border-color: #FFF84B;
}
</style>