#F1F552

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

Shades of Paris Daisy #F1F552

Tints of Paris Daisy #F1F552

Color information

#F1F552 (or 0xF1F552) is unknown color: approx Paris Daisy. HEX triplet: F1, F5 and 52. RGB value is (241,245,82). Sum of RGB (Red+Green+Blue) = 241+245+82=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 82 (32.42% from 255 or 14.44% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F552 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F552 is #0E0AAD. Grayscale: #E1E1E1. Windows color (decimal): -920238 or 5436913. OLE color: 5436913.

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

Color convert

RGB24124582-
CMYK0.0200.670.04
HSL61.47º89.07%64.12%-
HSV(B)61.47º66.53%96.08%-
XYZ70.4584.6120.6-
YUV225.2247.17139.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.43%
GREEN value IS 245 (96.09% from 255) = 43.13%
BLUE value IS 82 (32.42% from 255) = 14.44%
R=42.43%
G=43.13%
B=14.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal241245820.0200.670.0461.4789.0764.12
HexF1F552204343d5940
Octal36136512220103475131100
Binary11110001111101011010010100100001110011110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F552; }

 p { color: rgb(241,245,82); }

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

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

 a { background-color: rgb(241,245,82); }

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

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

 span { border-color: rgb(241,245,82); }

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