#F6F455

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

Shades of Paris Daisy #F6F455

Tints of Paris Daisy #F6F455

Color information

#F6F455 (or 0xF6F455) is unknown color: approx Paris Daisy. HEX triplet: F6, F4 and 55. RGB value is (246,244,85). Sum of RGB (Red+Green+Blue) = 246+244+85=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 244 (95.70% from 255 or 42.43% from 575); Blue value is 85 (33.59% from 255 or 14.78% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F455 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F455 is #090BAA. Grayscale: #E3E3E3. Windows color (decimal): -592811 or 5633270. OLE color: 5633270.

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

Color convert

RGB24624485-
CMYK00.010.650.04
HSL59.25º89.94%64.9%-
HSV(B)59.25º65.45%96.47%-
XYZ7284.9521.2-
YUV226.4748.16141.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.78%
GREEN value IS 244 (95.70% from 255) = 42.43%
BLUE value IS 85 (33.59% from 255) = 14.78%
R=42.78%
G=42.43%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462448500.010.650.0459.2589.9464.9
HexF6F455014143b5a41
Octal36636412501101473132101
Binary1111011011110100101010101100000110011101110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F455; }

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

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

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

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

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

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

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

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