Shades of Paris Daisy #FFF24B
Tints of Paris Daisy #FFF24B
RGB
CMYK
RGB Variations
Color information
#FFF24B (or 0xFFF24B) is known color: Paris Daisy. HEX triplet: FF, F2 and 4B. RGB value is (255,242,75). Sum of RGB (Red+Green+Blue) = 255+242+75=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 75 (29.69% from 255 or 13.11% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF24B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF24B is #000DB4. Grayscale: #E3E3E3. Windows color (decimal): -3509 or 4977407. OLE color: 4977407.
HSL color Cylindrical-coordinate representation of color #FFF24B: hue angle of 55.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 #FFF24B is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 75 | - |
| CMYK | 0 | 0.05 | 0.71 | 0 |
| HSL | 55.67º | 1% | 0.65% | - |
| HSV(B) | 55.67º | 0.71% | 1% | - |
| XYZ | 74.26 | 85.27 | 19.2 | - |
| YUV | 226.85 | 42.31 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 75 | 0 | 0.05 | 0.71 | 0 | 55.67 | 1 | 0.65 |
| Hex | FF | F2 | 4B | 0 | 5 | 47 | 0 | 38 | 64 | 41 |
| Octal | 377 | 362 | 113 | 0 | 5 | 107 | 0 | 70 | 144 | 101 |
| Binary | 11111111 | 11110010 | 1001011 | 0 | 101 | 1000111 | 0 | 111000 | 1100100 | 1000001 |
Color Harmonies of #FFF24B
Complementary color
Monochromatic Colors of #FFF24B
Black with #FFF24B
Text Example
Text Example
White with #FFF24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF24B; }
p { color: rgb(255,242,75); }
H1.HeaderClassName
{
color: #FFF24B;
}
.AnyTagClassName
{
color: #FFF24B;
}
</style>
background-color css
<style>
a { background-color: #FFF24B; }
a { background-color: rgb(255,242,75); }
div.DivClassName
{
background-color: #FFF24B;
}
.BgClassName
{
background-color: #FFF24B;
}
</style>
border-color css
<style>
span { border-color: #FFF24B; }
span { border-color: rgb(255,242,75); }
td.TdClassName
{
border-color: #FFF24B;
}
.TagClassName
{
border-color: #FFF24B;
}
</style>