#F5E444

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

Shades of Paris Daisy #F5E444

Tints of Paris Daisy #F5E444

Color information

#F5E444 (or 0xF5E444) is unknown color: approx Paris Daisy. HEX triplet: F5, E4 and 44. RGB value is (245,228,68). Sum of RGB (Red+Green+Blue) = 245+228+68=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 68 (26.95% from 255 or 12.57% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E444 is #0A1BBB. Grayscale: #D7D7D7. Windows color (decimal): -662460 or 4515061. OLE color: 4515061.

HSL color Cylindrical-coordinate representation of color #F5E444: hue angle of 54.24º 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 #F5E444 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB24522868-
CMYK00.070.720.04
HSL54.24º89.85%61.37%-
HSV(B)54.24º72.24%96.08%-
XYZ66.4475.3216.5-
YUV214.8445.13149.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.29%
GREEN value IS 228 (89.45% from 255) = 42.14%
BLUE value IS 68 (26.95% from 255) = 12.57%
R=45.29%
G=42.14%
B=12.57%

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
Decimal2452286800.070.720.0454.2489.8561.37
HexF5E44407484365a3d
Octal3653441040711046613275
Binary11110101111001001000100011110010001001101101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E444; }

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

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

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

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

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

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

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

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