#F0FE4A

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

Shades of Paris Daisy #F0FE4A

Tints of Paris Daisy #F0FE4A

Color information

#F0FE4A (or 0xF0FE4A) is unknown color: approx Paris Daisy. HEX triplet: F0, FE and 4A. RGB value is (240,254,74). Sum of RGB (Red+Green+Blue) = 240+254+74=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 74 (29.30% from 255 or 13.03% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FE4A is #0F01B5. Grayscale: #E6E6E6. Windows color (decimal): -983478 or 4914928. OLE color: 4914928.

HSL color Cylindrical-coordinate representation of color #F0FE4A: hue angle of 64.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0FE4A is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB24025474-
CMYK0.0600.710.00
HSL64.67º98.9%64.31%-
HSV(B)64.67º70.87%99.61%-
XYZ72.6189.920-
YUV229.2940.36135.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.25%
GREEN value IS 254 (99.61% from 255) = 44.72%
BLUE value IS 74 (29.30% from 255) = 13.03%
R=42.25%
G=44.72%
B=13.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal240254740.0600.710.0064.6798.964.31
HexF0FE4A60470416340
Octal360376112601070101143100
Binary11110000111111101001010110010001110100000111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FE4A; }

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

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

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

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

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

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

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

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