Shades of Paris Daisy #FFFA43
Tints of Paris Daisy #FFFA43
RGB
CMYK
RGB Variations
Color information
#FFFA43 (or 0xFFFA43) is known color: Paris Daisy. HEX triplet: FF, FA and 43. RGB value is (255,250,67). Sum of RGB (Red+Green+Blue) = 255+250+67=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 67 (26.56% from 255 or 11.71% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA43 is #0005BC. Grayscale: #E7E7E7. Windows color (decimal): -1469 or 4455167. OLE color: 4455167.
HSL color Cylindrical-coordinate representation of color #FFFA43: hue angle of 58.4º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFFA43 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 67 | - |
| CMYK | 0 | 0.02 | 0.74 | 0 |
| HSL | 58.4º | 1% | 0.63% | - |
| HSV(B) | 58.4º | 0.74% | 1% | - |
| XYZ | 76.44 | 90.04 | 18.66 | - |
| YUV | 230.63 | 35.66 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 67 | 0 | 0.02 | 0.74 | 0 | 58.4 | 1 | 0.63 |
| Hex | FF | FA | 43 | 0 | 2 | 4A | 0 | 3A | 64 | 3F |
| Octal | 377 | 372 | 103 | 0 | 2 | 112 | 0 | 72 | 144 | 77 |
| Binary | 11111111 | 11111010 | 1000011 | 0 | 10 | 1001010 | 0 | 111010 | 1100100 | 111111 |
Color Harmonies of #FFFA43
Complementary color
Monochromatic Colors of #FFFA43
Black with #FFFA43
Text Example
Text Example
White with #FFFA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA43; }
p { color: rgb(255,250,67); }
H1.HeaderClassName
{
color: #FFFA43;
}
.AnyTagClassName
{
color: #FFFA43;
}
</style>
background-color css
<style>
a { background-color: #FFFA43; }
a { background-color: rgb(255,250,67); }
div.DivClassName
{
background-color: #FFFA43;
}
.BgClassName
{
background-color: #FFFA43;
}
</style>
border-color css
<style>
span { border-color: #FFFA43; }
span { border-color: rgb(255,250,67); }
td.TdClassName
{
border-color: #FFFA43;
}
.TagClassName
{
border-color: #FFFA43;
}
</style>