#F5F240

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

Shades of Paris Daisy #F5F240

Tints of Paris Daisy #F5F240

Color information

#F5F240 (or 0xF5F240) is unknown color: approx Paris Daisy. HEX triplet: F5, F2 and 40. RGB value is (245,242,64). Sum of RGB (Red+Green+Blue) = 245+242+64=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 64 (25.39% from 255 or 11.62% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F240 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F240 is #0A0DBF. Grayscale: #DFDFDF. Windows color (decimal): -658880 or 4256501. OLE color: 4256501.

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

Color convert

RGB24524264-
CMYK00.010.740.04
HSL59.01º90.05%60.59%-
HSV(B)59.01º73.88%96.08%-
XYZ70.3383.2917.22-
YUV222.638.49143.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.46%
GREEN value IS 242 (94.92% from 255) = 43.92%
BLUE value IS 64 (25.39% from 255) = 11.62%
R=44.46%
G=43.92%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452426400.010.740.0459.0190.0560.59
HexF5F240014A43b5a3d
Octal3653621000111247313275
Binary111101011111001010000000110010101001110111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F240; }

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

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

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

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

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

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

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

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