#F0F160

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

Shades of Honeysuckle #F0F160

Tints of Honeysuckle #F0F160

Color information

#F0F160 (or 0xF0F160) is unknown color: approx Honeysuckle. HEX triplet: F0, F1 and 60. RGB value is (240,241,96). Sum of RGB (Red+Green+Blue) = 240+241+96=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 96 (37.89% from 255 or 16.64% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F160 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F160 is #0F0E9F. Grayscale: #E0E0E0. Windows color (decimal): -986784 or 6353392. OLE color: 6353392.

HSL color Cylindrical-coordinate representation of color #F0F160: hue angle of 60.41º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0F160 is Cyan = 0.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24024196-
CMYK0.0000.600.05
HSL60.41º83.82%66.08%-
HSV(B)60.41º60.17%94.51%-
XYZ69.582.2823.28-
YUV224.1755.67139.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.59%
GREEN value IS 241 (94.53% from 255) = 41.77%
BLUE value IS 96 (37.89% from 255) = 16.64%
R=41.59%
G=41.77%
B=16.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal240241960.0000.600.0560.4183.8266.08
HexF0F160003C53c5442
Octal3603611400074574124102
Binary111100001111000111000000011110010111110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F160; }

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

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

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

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

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

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

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

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