#F5E544

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

Shades of Paris Daisy #F5E544

Tints of Paris Daisy #F5E544

Color information

#F5E544 (or 0xF5E544) is unknown color: approx Paris Daisy. HEX triplet: F5, E5 and 44. RGB value is (245,229,68). Sum of RGB (Red+Green+Blue) = 245+229+68=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 68 (26.95% from 255 or 12.55% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E544 is #0A1ABB. Grayscale: #D8D8D8. Windows color (decimal): -662204 or 4515317. OLE color: 4515317.

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

Color convert

RGB24522968-
CMYK00.070.720.04
HSL54.58º89.85%61.37%-
HSV(B)54.58º72.24%96.08%-
XYZ66.7275.8716.6-
YUV215.4344.8149.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.20%
GREEN value IS 229 (89.84% from 255) = 42.25%
BLUE value IS 68 (26.95% from 255) = 12.55%
R=45.20%
G=42.25%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452296800.070.720.0454.5889.8561.37
HexF5E54407484375a3d
Octal3653451040711046713275
Binary11110101111001011000100011110010001001101111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E544; }

 p { color: rgb(245,229,68); }

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

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

 a { background-color: rgb(245,229,68); }

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

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

 span { border-color: rgb(245,229,68); }

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