#F2E557

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

Shades of Paris Daisy #F2E557

Tints of Paris Daisy #F2E557

Color information

#F2E557 (or 0xF2E557) is unknown color: approx Paris Daisy. HEX triplet: F2, E5 and 57. RGB value is (242,229,87). Sum of RGB (Red+Green+Blue) = 242+229+87=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 87 (34.38% from 255 or 15.59% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E557 is #0D1AA8. Grayscale: #D9D9D9. Windows color (decimal): -858793 or 5760498. OLE color: 5760498.

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

Color convert

RGB24222987-
CMYK00.050.640.05
HSL54.97º85.64%64.51%-
HSV(B)54.97º64.05%94.9%-
XYZ66.3675.620.11-
YUV216.754.81146.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.37%
GREEN value IS 229 (89.84% from 255) = 41.04%
BLUE value IS 87 (34.38% from 255) = 15.59%
R=43.37%
G=41.04%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422298700.050.640.0554.9785.6464.51
HexF2E55705405375641
Octal36234512705100567126101
Binary111100101110010110101110101100000010111011110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E557; }

 p { color: rgb(242,229,87); }

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

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

 a { background-color: rgb(242,229,87); }

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

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

 span { border-color: rgb(242,229,87); }

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