#F5EA45

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

Shades of Paris Daisy #F5EA45

Tints of Paris Daisy #F5EA45

Color information

#F5EA45 (or 0xF5EA45) is unknown color: approx Paris Daisy. HEX triplet: F5, EA and 45. RGB value is (245,234,69). Sum of RGB (Red+Green+Blue) = 245+234+69=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 69 (27.34% from 255 or 12.59% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EA45 is #0A15BA. Grayscale: #DBDBDB. Windows color (decimal): -660923 or 4582133. OLE color: 4582133.

HSL color Cylindrical-coordinate representation of color #F5EA45: hue angle of 56.25º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5EA45 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB24523469-
CMYK00.040.720.04
HSL56.25º89.8%61.57%-
HSV(B)56.25º71.84%96.08%-
XYZ68.1578.6917.23-
YUV218.4843.64146.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.71%
GREEN value IS 234 (91.80% from 255) = 42.70%
BLUE value IS 69 (27.34% from 255) = 12.59%
R=44.71%
G=42.70%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452346900.040.720.0456.2589.861.57
HexF5EA4504484385a3e
Octal3653521050411047013276
Binary11110101111010101000101010010010001001110001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EA45; }

 p { color: rgb(245,234,69); }

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

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

 a { background-color: rgb(245,234,69); }

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

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

 span { border-color: rgb(245,234,69); }

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