#F2E34A

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

Shades of Paris Daisy #F2E34A

Tints of Paris Daisy #F2E34A

Color information

#F2E34A (or 0xF2E34A) is unknown color: approx Paris Daisy. HEX triplet: F2, E3 and 4A. RGB value is (242,227,74). Sum of RGB (Red+Green+Blue) = 242+227+74=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 74 (29.30% from 255 or 13.63% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E34A is #0D1CB5. Grayscale: #D6D6D6. Windows color (decimal): -859318 or 4908018. OLE color: 4908018.

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

Color convert

RGB24222774-
CMYK00.060.690.05
HSL54.64º86.6%61.96%-
HSV(B)54.64º69.42%94.9%-
XYZ65.3274.3117.38-
YUV214.0448.97147.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.57%
GREEN value IS 227 (89.06% from 255) = 41.80%
BLUE value IS 74 (29.30% from 255) = 13.63%
R=44.57%
G=41.80%
B=13.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422277400.060.690.0554.6486.661.96
HexF2E34A0645537573e
Octal3623431120610556712776
Binary11110010111000111001010011010001011011101111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E34A; }

 p { color: rgb(242,227,74); }

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

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

 a { background-color: rgb(242,227,74); }

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

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

 span { border-color: rgb(242,227,74); }

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