#F2E445

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

Shades of Paris Daisy #F2E445

Tints of Paris Daisy #F2E445

Color information

#F2E445 (or 0xF2E445) is unknown color: approx Paris Daisy. HEX triplet: F2, E4 and 45. RGB value is (242,228,69). Sum of RGB (Red+Green+Blue) = 242+228+69=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 69 (27.34% from 255 or 12.80% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E445 is #0D1BBA. Grayscale: #D6D6D6. Windows color (decimal): -859067 or 4580594. OLE color: 4580594.

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

Color convert

RGB24222869-
CMYK00.060.710.05
HSL55.14º86.93%60.98%-
HSV(B)55.14º71.49%94.9%-
XYZ65.4474.7916.62-
YUV214.0646.14147.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.90%
GREEN value IS 228 (89.45% from 255) = 42.30%
BLUE value IS 69 (27.34% from 255) = 12.80%
R=44.90%
G=42.30%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422286900.060.710.0555.1486.9360.98
HexF2E4450647537573d
Octal3623441050610756712775
Binary11110010111001001000101011010001111011101111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E445; }

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

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

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

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

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

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

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

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