#F2E44D

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

Shades of Paris Daisy #F2E44D

Tints of Paris Daisy #F2E44D

Color information

#F2E44D (or 0xF2E44D) is unknown color: approx Paris Daisy. HEX triplet: F2, E4 and 4D. RGB value is (242,228,77). Sum of RGB (Red+Green+Blue) = 242+228+77=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 77 (30.47% from 255 or 14.08% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E44D is #0D1BB2. Grayscale: #D7D7D7. Windows color (decimal): -859059 or 5104882. OLE color: 5104882.

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

Color convert

RGB24222877-
CMYK00.060.680.05
HSL54.91º86.39%62.55%-
HSV(B)54.91º68.18%94.9%-
XYZ65.774.918.02-
YUV214.9750.14147.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 228 (89.45% from 255) = 41.68%
BLUE value IS 77 (30.47% from 255) = 14.08%
R=44.24%
G=41.68%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422287700.060.680.0554.9186.3962.55
HexF2E44D0644537563f
Octal3623441150610456712677
Binary11110010111001001001101011010001001011101111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E44D; }

 p { color: rgb(242,228,77); }

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

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

 a { background-color: rgb(242,228,77); }

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

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

 span { border-color: rgb(242,228,77); }

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