#F5F249

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

Shades of Paris Daisy #F5F249

Tints of Paris Daisy #F5F249

Color information

#F5F249 (or 0xF5F249) is unknown color: approx Paris Daisy. HEX triplet: F5, F2 and 49. RGB value is (245,242,73). Sum of RGB (Red+Green+Blue) = 245+242+73=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 73 (28.91% from 255 or 13.04% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F249 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F249 is #0A0DB6. Grayscale: #E0E0E0. Windows color (decimal): -658871 or 4846325. OLE color: 4846325.

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

Color convert

RGB24524273-
CMYK00.010.700.04
HSL58.95º89.58%62.35%-
HSV(B)58.95º70.2%96.08%-
XYZ70.6183.418.68-
YUV223.6342.99143.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.75%
GREEN value IS 242 (94.92% from 255) = 43.21%
BLUE value IS 73 (28.91% from 255) = 13.04%
R=43.75%
G=43.21%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452427300.010.700.0458.9589.5862.35
HexF5F249014643b5a3e
Octal3653621110110647313276
Binary111101011111001010010010110001101001110111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F249; }

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

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

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

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

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

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

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

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