Shades of Paris Daisy #F9F93F
Tints of Paris Daisy #F9F93F
RGB
CMYK
RGB Variations
Color information
#F9F93F (or 0xF9F93F) is known color: Paris Daisy. HEX triplet: F9, F9 and 3F. RGB value is (249,249,63). Sum of RGB (Red+Green+Blue) = 249+249+63=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 63 (25% from 255 or 11.23% from 561); Max value from RGB is 249 - color contains mainly: red, green. Hex color #F9F93F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F93F is #0606C0. Grayscale: #E4E4E4. Windows color (decimal): -394945 or 4192761. OLE color: 4192761.
HSL color Cylindrical-coordinate representation of color #F9F93F: hue angle of 60º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F9F93F is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 249 | 63 | - |
| CMYK | 0 | 0 | 0.75 | 0.02 |
| HSL | 60º | 0.94% | 0.61% | - |
| HSV(B) | 60º | 0.75% | 0.98% | - |
| XYZ | 73.84 | 88.25 | 17.84 | - |
| YUV | 227.8 | 35 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 249 | 63 | 0 | 0 | 0.75 | 0.02 | 60 | 0.94 | 0.61 |
| Hex | F9 | F9 | 3F | 0 | 0 | 4B | 2 | 3C | 5E | 3D |
| Octal | 371 | 371 | 77 | 0 | 0 | 113 | 2 | 74 | 136 | 75 |
| Binary | 11111001 | 11111001 | 111111 | 0 | 0 | 1001011 | 10 | 111100 | 1011110 | 111101 |
Color Harmonies of #F9F93F
Complementary color
Monochromatic Colors of #F9F93F
Black with #F9F93F
Text Example
Text Example
White with #F9F93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F93F; }
p { color: rgb(249,249,63); }
H1.HeaderClassName
{
color: #F9F93F;
}
.AnyTagClassName
{
color: #F9F93F;
}
</style>
background-color css
<style>
a { background-color: #F9F93F; }
a { background-color: rgb(249,249,63); }
div.DivClassName
{
background-color: #F9F93F;
}
.BgClassName
{
background-color: #F9F93F;
}
</style>
border-color css
<style>
span { border-color: #F9F93F; }
span { border-color: rgb(249,249,63); }
td.TdClassName
{
border-color: #F9F93F;
}
.TagClassName
{
border-color: #F9F93F;
}
</style>