#F0F655

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

Shades of Paris Daisy #F0F655

Tints of Paris Daisy #F0F655

Color information

#F0F655 (or 0xF0F655) is unknown color: approx Paris Daisy. HEX triplet: F0, F6 and 55. RGB value is (240,246,85). Sum of RGB (Red+Green+Blue) = 240+246+85=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 246 (96.48% from 255 or 43.08% from 571); Blue value is 85 (33.59% from 255 or 14.89% from 571); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F655 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F655 is #0F09AA. Grayscale: #E2E2E2. Windows color (decimal): -985515 or 5633776. OLE color: 5633776.

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

Color convert

RGB24024685-
CMYK0.0200.650.04
HSL62.24º89.94%64.9%-
HSV(B)62.24º65.45%96.47%-
XYZ70.5385.0921.3-
YUV225.8548.51138.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 246 (96.48% from 255) = 43.08%
BLUE value IS 85 (33.59% from 255) = 14.89%
R=42.03%
G=43.08%
B=14.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal240246850.0200.650.0462.2489.9464.9
HexF0F655204143e5a41
Octal36036612520101476132101
Binary11110000111101101010101100100000110011111010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F655; }

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

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

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

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

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

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

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

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