#F6F255

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

Shades of Paris Daisy #F6F255

Tints of Paris Daisy #F6F255

Color information

#F6F255 (or 0xF6F255) is unknown color: approx Paris Daisy. HEX triplet: F6, F2 and 55. RGB value is (246,242,85). Sum of RGB (Red+Green+Blue) = 246+242+85=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 85 (33.59% from 255 or 14.83% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F255 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F255 is #090DAA. Grayscale: #E1E1E1. Windows color (decimal): -593323 or 5632758. OLE color: 5632758.

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

Color convert

RGB24624285-
CMYK00.020.650.04
HSL58.51º89.94%64.9%-
HSV(B)58.51º65.45%96.47%-
XYZ71.483.7521-
YUV225.348.83142.77-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.93%
GREEN value IS 242 (94.92% from 255) = 42.23%
BLUE value IS 85 (33.59% from 255) = 14.83%
R=42.93%
G=42.23%
B=14.83%

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
Decimal2462428500.020.650.0458.5189.9464.9
HexF6F255024143b5a41
Octal36636212502101473132101
Binary11110110111100101010101010100000110011101110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F255; }

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

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

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

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

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

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

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

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