#F5E849

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

Shades of Paris Daisy #F5E849

Tints of Paris Daisy #F5E849

Color information

#F5E849 (or 0xF5E849) is unknown color: approx Paris Daisy. HEX triplet: F5, E8 and 49. RGB value is (245,232,73). Sum of RGB (Red+Green+Blue) = 245+232+73=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 73 (28.91% from 255 or 13.27% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E849 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E849 is #0A17B6. Grayscale: #DADADA. Windows color (decimal): -661431 or 4843765. OLE color: 4843765.

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

Color convert

RGB24523273-
CMYK00.050.700.04
HSL55.47º89.58%62.35%-
HSV(B)55.47º70.2%96.08%-
XYZ67.7277.6117.71-
YUV217.7646.31147.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.55%
GREEN value IS 232 (91.02% from 255) = 42.18%
BLUE value IS 73 (28.91% from 255) = 13.27%
R=44.55%
G=42.18%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452327300.050.700.0455.4789.5862.35
HexF5E84905464375a3e
Octal3653501110510646713276
Binary11110101111010001001001010110001101001101111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E849; }

 p { color: rgb(245,232,73); }

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

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

 a { background-color: rgb(245,232,73); }

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

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

 span { border-color: rgb(245,232,73); }

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