#F1F251

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

Shades of Paris Daisy #F1F251

Tints of Paris Daisy #F1F251

Color information

#F1F251 (or 0xF1F251) is unknown color: approx Paris Daisy. HEX triplet: F1, F2 and 51. RGB value is (241,242,81). Sum of RGB (Red+Green+Blue) = 241+242+81=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 81 (32.03% from 255 or 14.36% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F251 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F251 is #0E0DAE. Grayscale: #DFDFDF. Windows color (decimal): -921007 or 5370609. OLE color: 5370609.

HSL color Cylindrical-coordinate representation of color #F1F251: hue angle of 60.37º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1F251 is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24124281-
CMYK0.0000.670.05
HSL60.37º86.1%63.33%-
HSV(B)60.37º66.53%94.9%-
XYZ69.5182.820.1-
YUV223.3547.67140.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 242 (94.92% from 255) = 42.91%
BLUE value IS 81 (32.03% from 255) = 14.36%
R=42.73%
G=42.91%
B=14.36%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241242810.0000.670.0560.3786.163.33
HexF1F251004353c563f
Octal3613621210010357412677
Binary111100011111001010100010010000111011111001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F251; }

 p { color: rgb(241,242,81); }

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

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

 a { background-color: rgb(241,242,81); }

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

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

 span { border-color: rgb(241,242,81); }

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