#F5F040

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

Shades of Paris Daisy #F5F040

Tints of Paris Daisy #F5F040

Color information

#F5F040 (or 0xF5F040) is unknown color: approx Paris Daisy. HEX triplet: F5, F0 and 40. RGB value is (245,240,64). Sum of RGB (Red+Green+Blue) = 245+240+64=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 64 (25.39% from 255 or 11.66% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F040 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F040 is #0A0FBF. Grayscale: #DEDEDE. Windows color (decimal): -659392 or 4255989. OLE color: 4255989.

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

Color convert

RGB24524064-
CMYK00.020.740.04
HSL58.34º90.05%60.59%-
HSV(B)58.34º73.88%96.08%-
XYZ69.7482.117.02-
YUV221.4339.16144.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.63%
GREEN value IS 240 (94.14% from 255) = 43.72%
BLUE value IS 64 (25.39% from 255) = 11.66%
R=44.63%
G=43.72%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452406400.020.740.0458.3490.0560.59
HexF5F040024A43a5a3d
Octal3653601000211247213275
Binary1111010111110000100000001010010101001110101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F040; }

 p { color: rgb(245,240,64); }

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

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

 a { background-color: rgb(245,240,64); }

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

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

 span { border-color: rgb(245,240,64); }

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