#F6F155

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

Shades of Paris Daisy #F6F155

Tints of Paris Daisy #F6F155

Color information

#F6F155 (or 0xF6F155) is unknown color: approx Paris Daisy. HEX triplet: F6, F1 and 55. RGB value is (246,241,85). Sum of RGB (Red+Green+Blue) = 246+241+85=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 85 (33.59% from 255 or 14.86% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F155 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F155 is #090EAA. Grayscale: #E1E1E1. Windows color (decimal): -593579 or 5632502. OLE color: 5632502.

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

Color convert

RGB24624185-
CMYK00.020.650.04
HSL58.14º89.94%64.9%-
HSV(B)58.14º65.45%96.47%-
XYZ71.183.1620.9-
YUV224.7149.16143.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.01%
GREEN value IS 241 (94.53% from 255) = 42.13%
BLUE value IS 85 (33.59% from 255) = 14.86%
R=43.01%
G=42.13%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462418500.020.650.0458.1489.9464.9
HexF6F155024143a5a41
Octal36636112502101472132101
Binary11110110111100011010101010100000110011101010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F155; }

 p { color: rgb(246,241,85); }

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

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

 a { background-color: rgb(246,241,85); }

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

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

 span { border-color: rgb(246,241,85); }

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