#F2F365

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

Shades of Honeysuckle #F2F365

Tints of Honeysuckle #F2F365

Color information

#F2F365 (or 0xF2F365) is unknown color: approx Honeysuckle. HEX triplet: F2, F3 and 65. RGB value is (242,243,101). Sum of RGB (Red+Green+Blue) = 242+243+101=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 101 (39.84% from 255 or 17.24% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F365 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F365 is #0D0C9A. Grayscale: #E3E3E3. Windows color (decimal): -855195 or 6681586. OLE color: 6681586.

HSL color Cylindrical-coordinate representation of color #F2F365: hue angle of 60.42º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2F365 is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB242243101-
CMYK0.0000.580.05
HSL60.42º85.54%67.45%-
HSV(B)60.42º58.44%95.29%-
XYZ71.0283.9224.77-
YUV226.5157.17139.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.30%
GREEN value IS 243 (95.31% from 255) = 41.47%
BLUE value IS 101 (39.84% from 255) = 17.24%
R=41.30%
G=41.47%
B=17.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422431010.0000.580.0560.4285.5467.45
HexF2F365003A53c5643
Octal3623631450072574126103
Binary111100101111001111001010011101010111110010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F365; }

 p { color: rgb(242,243,101); }

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

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

 a { background-color: rgb(242,243,101); }

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

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

 span { border-color: rgb(242,243,101); }

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