#F0F465

Color #F0F465 Honeysuckle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honeysuckle #F0F465

Tints of Honeysuckle #F0F465

Color information

#F0F465 (or 0xF0F465) is unknown color: approx Honeysuckle. HEX triplet: F0, F4 and 65. RGB value is (240,244,101). Sum of RGB (Red+Green+Blue) = 240+244+101=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 244 (95.70% from 255 or 41.71% from 585); Blue value is 101 (39.84% from 255 or 17.26% from 585); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F465 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F465 is #0F0B9A. Grayscale: #E3E3E3. Windows color (decimal): -986011 or 6681840. OLE color: 6681840.

HSL color Cylindrical-coordinate representation of color #F0F465: hue angle of 61.68º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0F465 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB240244101-
CMYK0.0200.590.04
HSL61.68º86.67%67.65%-
HSV(B)61.68º58.61%95.69%-
XYZ70.6384.1724.83-
YUV226.557.17137.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 41.03%
GREEN value IS 244 (95.70% from 255) = 41.71%
BLUE value IS 101 (39.84% from 255) = 17.26%
R=41.03%
G=41.71%
B=17.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402441010.0200.590.0461.6886.6767.65
HexF0F465203B43e5744
Octal3603641452073476127104
Binary1111000011110100110010110011101110011111010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F465; }

 p { color: rgb(240,244,101); }

 H1.HeaderClassName
 {
   color: #F0F465;
 }
 .AnyTagClassName
 {
   color: #F0F465;
 }
</style>
background-color css

<style>
 a { background-color: #F0F465; }

 a { background-color: rgb(240,244,101); }

 div.DivClassName
 {
   background-color: #F0F465;
 }
 .BgClassName
 {
   background-color: #F0F465;
 }
</style>
border-color css

<style>
 span { border-color: #F0F465; }

 span { border-color: rgb(240,244,101); }

 td.TdClassName
 {
   border-color: #F0F465;
 }
 .TagClassName
 {
   border-color: #F0F465;
 }
</style>