#F2EA4D

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

Shades of Paris Daisy #F2EA4D

Tints of Paris Daisy #F2EA4D

Color information

#F2EA4D (or 0xF2EA4D) is unknown color: approx Paris Daisy. HEX triplet: F2, EA and 4D. RGB value is (242,234,77). Sum of RGB (Red+Green+Blue) = 242+234+77=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 77 (30.47% from 255 or 13.92% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EA4D is #0D15B2. Grayscale: #DBDBDB. Windows color (decimal): -857523 or 5106418. OLE color: 5106418.

HSL color Cylindrical-coordinate representation of color #F2EA4D: hue angle of 57.09º 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 #F2EA4D is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24223477-
CMYK00.030.680.05
HSL57.09º86.39%62.55%-
HSV(B)57.09º68.18%94.9%-
XYZ67.3878.2618.58-
YUV218.4948.15144.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.76%
GREEN value IS 234 (91.80% from 255) = 42.31%
BLUE value IS 77 (30.47% from 255) = 13.92%
R=43.76%
G=42.31%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422347700.030.680.0557.0986.3962.55
HexF2EA4D0344539563f
Octal3623521150310457112677
Binary1111001011101010100110101110001001011110011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EA4D; }

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

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

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

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

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

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

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

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