#F5F344

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

Shades of Paris Daisy #F5F344

Tints of Paris Daisy #F5F344

Color information

#F5F344 (or 0xF5F344) is unknown color: approx Paris Daisy. HEX triplet: F5, F3 and 44. RGB value is (245,243,68). Sum of RGB (Red+Green+Blue) = 245+243+68=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 68 (26.95% from 255 or 12.23% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F344 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F344 is #0A0CBB. Grayscale: #E0E0E0. Windows color (decimal): -658620 or 4518901. OLE color: 4518901.

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

Color convert

RGB24524368-
CMYK00.010.720.04
HSL59.32º89.85%61.37%-
HSV(B)59.32º72.24%96.08%-
XYZ70.7583.9317.94-
YUV223.6540.16143.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.06%
GREEN value IS 243 (95.31% from 255) = 43.71%
BLUE value IS 68 (26.95% from 255) = 12.23%
R=44.06%
G=43.71%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452436800.010.720.0459.3289.8561.37
HexF5F344014843b5a3d
Octal3653631040111047313275
Binary111101011111001110001000110010001001110111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F344; }

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

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

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

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

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

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

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

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