#F0E64A

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

Shades of Paris Daisy #F0E64A

Tints of Paris Daisy #F0E64A

Color information

#F0E64A (or 0xF0E64A) is unknown color: approx Paris Daisy. HEX triplet: F0, E6 and 4A. RGB value is (240,230,74). Sum of RGB (Red+Green+Blue) = 240+230+74=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 74 (29.30% from 255 or 13.60% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E64A is #0F19B5. Grayscale: #D7D7D7. Windows color (decimal): -989622 or 4908784. OLE color: 4908784.

HSL color Cylindrical-coordinate representation of color #F0E64A: hue angle of 56.39º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0E64A is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB24023074-
CMYK00.040.690.06
HSL56.39º84.69%61.57%-
HSV(B)56.39º69.17%94.12%-
XYZ65.4775.6117.62-
YUV215.2148.31145.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.12%
GREEN value IS 230 (90.23% from 255) = 42.28%
BLUE value IS 74 (29.30% from 255) = 13.60%
R=44.12%
G=42.28%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402307400.040.690.0656.3984.6961.57
HexF0E64A0445638553e
Octal3603461120410567012576
Binary11110000111001101001010010010001011101110001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E64A; }

 p { color: rgb(240,230,74); }

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

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

 a { background-color: rgb(240,230,74); }

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

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

 span { border-color: rgb(240,230,74); }

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