#F5F140

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

Shades of Paris Daisy #F5F140

Tints of Paris Daisy #F5F140

Color information

#F5F140 (or 0xF5F140) is unknown color: approx Paris Daisy. HEX triplet: F5, F1 and 40. RGB value is (245,241,64). Sum of RGB (Red+Green+Blue) = 245+241+64=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 64 (25.39% from 255 or 11.64% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F140 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F140 is #0A0EBF. Grayscale: #DEDEDE. Windows color (decimal): -659136 or 4256245. OLE color: 4256245.

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

Color convert

RGB24524164-
CMYK00.020.740.04
HSL58.67º90.05%60.59%-
HSV(B)58.67º73.88%96.08%-
XYZ70.0482.6917.12-
YUV222.0238.83144.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.55%
GREEN value IS 241 (94.53% from 255) = 43.82%
BLUE value IS 64 (25.39% from 255) = 11.64%
R=44.55%
G=43.82%
B=11.64%

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
Decimal2452416400.020.740.0458.6790.0560.59
HexF5F140024A43b5a3d
Octal3653611000211247313275
Binary1111010111110001100000001010010101001110111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F140; }

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

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

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

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

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

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

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

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