#F2F460

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

Shades of Honeysuckle #F2F460

Tints of Honeysuckle #F2F460

Color information

#F2F460 (or 0xF2F460) is unknown color: approx Honeysuckle. HEX triplet: F2, F4 and 60. RGB value is (242,244,96). Sum of RGB (Red+Green+Blue) = 242+244+96=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 96 (37.89% from 255 or 16.49% from 582); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F460 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F460 is #0D0B9F. Grayscale: #E3E3E3. Windows color (decimal): -854944 or 6354162. OLE color: 6354162.

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

Color convert

RGB24224496-
CMYK0.0100.610.04
HSL60.81º87.06%66.67%-
HSV(B)60.81º60.66%95.69%-
XYZ71.0884.4223.62-
YUV226.5354.34139.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.58%
GREEN value IS 244 (95.70% from 255) = 41.92%
BLUE value IS 96 (37.89% from 255) = 16.49%
R=41.58%
G=41.92%
B=16.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal242244960.0100.610.0460.8187.0666.67
HexF2F460103D43d5743
Octal3623641401075475127103
Binary111100101111010011000001011110110011110110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F460; }

 p { color: rgb(242,244,96); }

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

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

 a { background-color: rgb(242,244,96); }

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

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

 span { border-color: rgb(242,244,96); }

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