#F1EA51

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

Shades of Paris Daisy #F1EA51

Tints of Paris Daisy #F1EA51

Color information

#F1EA51 (or 0xF1EA51) is unknown color: approx Paris Daisy. HEX triplet: F1, EA and 51. RGB value is (241,234,81). Sum of RGB (Red+Green+Blue) = 241+234+81=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 81 (32.03% from 255 or 14.57% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EA51 is #0E15AE. Grayscale: #DBDBDB. Windows color (decimal): -923055 or 5368561. OLE color: 5368561.

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

Color convert

RGB24123481-
CMYK00.030.660.05
HSL57.38º85.11%63.14%-
HSV(B)57.38º66.39%94.51%-
XYZ67.1878.1419.33-
YUV218.6550.32143.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 234 (91.80% from 255) = 42.09%
BLUE value IS 81 (32.03% from 255) = 14.57%
R=43.35%
G=42.09%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412348100.030.660.0557.3885.1163.14
HexF1EA510342539553f
Octal3613521210310257112577
Binary1111000111101010101000101110000101011110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EA51; }

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

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

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

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

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

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

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

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