#F1F460

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

Shades of Honeysuckle #F1F460

Tints of Honeysuckle #F1F460

Color information

#F1F460 (or 0xF1F460) is unknown color: approx Honeysuckle. HEX triplet: F1, F4 and 60. RGB value is (241,244,96). Sum of RGB (Red+Green+Blue) = 241+244+96=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 96 (37.89% from 255 or 16.52% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F460 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F460 is #0E0B9F. Grayscale: #E2E2E2. Windows color (decimal): -920480 or 6354161. OLE color: 6354161.

HSL color Cylindrical-coordinate representation of color #F1F460: hue angle of 61.22º 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 #F1F460 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24124496-
CMYK0.0100.610.04
HSL61.22º87.06%66.67%-
HSV(B)61.22º60.66%95.69%-
XYZ70.7484.2523.6-
YUV226.2354.51138.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.48%
GREEN value IS 244 (95.70% from 255) = 42.00%
BLUE value IS 96 (37.89% from 255) = 16.52%
R=41.48%
G=42.00%
B=16.52%

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
Decimal241244960.0100.610.0461.2287.0666.67
HexF1F460103D43d5743
Octal3613641401075475127103
Binary111100011111010011000001011110110011110110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F460; }

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

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

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

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

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

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

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

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