#F1F655

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

Shades of Paris Daisy #F1F655

Tints of Paris Daisy #F1F655

Color information

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

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

Color convert

RGB24124685-
CMYK0.0200.650.04
HSL61.86º89.94%64.9%-
HSV(B)61.86º65.45%96.47%-
XYZ70.8785.2721.32-
YUV226.1548.34138.59-

RGB Variations

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

RGB

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

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
Decimal241246850.0200.650.0461.8689.9464.9
HexF1F655204143e5a41
Octal36136612520101476132101
Binary11110001111101101010101100100000110011111010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F655; }

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

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

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

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

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

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

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

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