Shades of Honeysuckle #F1ED64
Tints of Honeysuckle #F1ED64
RGB
CMYK
RGB Variations
Color information
#F1ED64 (or 0xF1ED64) is known color: Honeysuckle. HEX triplet: F1, ED and 64. RGB value is (241,237,100). Sum of RGB (Red+Green+Blue) = 241+237+100=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 100 (39.45% from 255 or 17.30% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED64 is #0E129B. Grayscale: #DFDFDF. Windows color (decimal): -922268 or 6614513. OLE color: 6614513.
HSL color Cylindrical-coordinate representation of color #F1ED64: hue angle of 58.3º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1ED64 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 100 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.05 |
| HSL | 58.3º | 0.83% | 0.67% | - |
| HSV(B) | 58.3º | 0.59% | 0.95% | - |
| XYZ | 68.86 | 80.19 | 23.91 | - |
| YUV | 222.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 100 | 0 | 0.02 | 0.59 | 0.05 | 58.3 | 0.83 | 0.67 |
| Hex | F1 | ED | 64 | 0 | 2 | 3B | 5 | 3A | 53 | 43 |
| Octal | 361 | 355 | 144 | 0 | 2 | 73 | 5 | 72 | 123 | 103 |
| Binary | 11110001 | 11101101 | 1100100 | 0 | 10 | 111011 | 101 | 111010 | 1010011 | 1000011 |
Color Harmonies of #F1ED64
Complementary color
Monochromatic Colors of #F1ED64
Black with #F1ED64
Text Example
Text Example
White with #F1ED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED64; }
p { color: rgb(241,237,100); }
H1.HeaderClassName
{
color: #F1ED64;
}
.AnyTagClassName
{
color: #F1ED64;
}
</style>
background-color css
<style>
a { background-color: #F1ED64; }
a { background-color: rgb(241,237,100); }
div.DivClassName
{
background-color: #F1ED64;
}
.BgClassName
{
background-color: #F1ED64;
}
</style>
border-color css
<style>
span { border-color: #F1ED64; }
span { border-color: rgb(241,237,100); }
td.TdClassName
{
border-color: #F1ED64;
}
.TagClassName
{
border-color: #F1ED64;
}
</style>