Shades of Paris Daisy #F5F63F
Tints of Paris Daisy #F5F63F
RGB
CMYK
RGB Variations
Color information
#F5F63F (or 0xF5F63F) is known color: Paris Daisy. HEX triplet: F5, F6 and 3F. RGB value is (245,246,63). Sum of RGB (Red+Green+Blue) = 245+246+63=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 63 (25% from 255 or 11.37% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F63F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F63F is #0A09C0. Grayscale: #E1E1E1. Windows color (decimal): -657857 or 4191989. OLE color: 4191989.
HSL color Cylindrical-coordinate representation of color #F5F63F: hue angle of 60.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5F63F is Cyan = 0.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 246 | 63 | - |
| CMYK | 0.00 | 0 | 0.74 | 0.04 |
| HSL | 60.33º | 0.91% | 0.61% | - |
| HSV(B) | 60.33º | 0.74% | 0.96% | - |
| XYZ | 71.51 | 85.68 | 17.47 | - |
| YUV | 224.84 | 36.67 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 246 | 63 | 0.00 | 0 | 0.74 | 0.04 | 60.33 | 0.91 | 0.61 |
| Hex | F5 | F6 | 3F | 0 | 0 | 4A | 4 | 3C | 5B | 3D |
| Octal | 365 | 366 | 77 | 0 | 0 | 112 | 4 | 74 | 133 | 75 |
| Binary | 11110101 | 11110110 | 111111 | 0 | 0 | 1001010 | 100 | 111100 | 1011011 | 111101 |
Color Harmonies of #F5F63F
Complementary color
Monochromatic Colors of #F5F63F
Black with #F5F63F
Text Example
Text Example
White with #F5F63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F63F; }
p { color: rgb(245,246,63); }
H1.HeaderClassName
{
color: #F5F63F;
}
.AnyTagClassName
{
color: #F5F63F;
}
</style>
background-color css
<style>
a { background-color: #F5F63F; }
a { background-color: rgb(245,246,63); }
div.DivClassName
{
background-color: #F5F63F;
}
.BgClassName
{
background-color: #F5F63F;
}
</style>
border-color css
<style>
span { border-color: #F5F63F; }
span { border-color: rgb(245,246,63); }
td.TdClassName
{
border-color: #F5F63F;
}
.TagClassName
{
border-color: #F5F63F;
}
</style>