#F2EA47

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

Shades of Paris Daisy #F2EA47

Tints of Paris Daisy #F2EA47

Color information

#F2EA47 (or 0xF2EA47) is unknown color: approx Paris Daisy. HEX triplet: F2, EA and 47. RGB value is (242,234,71). Sum of RGB (Red+Green+Blue) = 242+234+71=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 71 (28.12% from 255 or 12.98% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EA47 is #0D15B8. Grayscale: #DADADA. Windows color (decimal): -857529 or 4713202. OLE color: 4713202.

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

Color convert

RGB24223471-
CMYK00.030.710.05
HSL57.19º86.8%61.37%-
HSV(B)57.19º70.66%94.9%-
XYZ67.1878.1817.51-
YUV217.8145.15145.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 234 (91.80% from 255) = 42.78%
BLUE value IS 71 (28.12% from 255) = 12.98%
R=44.24%
G=42.78%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422347100.030.710.0557.1986.861.37
HexF2EA470347539573d
Octal3623521070310757112775
Binary1111001011101010100011101110001111011110011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EA47; }

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

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

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

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

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

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

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

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