#F2FE4C

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

Shades of Paris Daisy #F2FE4C

Tints of Paris Daisy #F2FE4C

Color information

#F2FE4C (or 0xF2FE4C) is unknown color: approx Paris Daisy. HEX triplet: F2, FE and 4C. RGB value is (242,254,76). Sum of RGB (Red+Green+Blue) = 242+254+76=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 76 (30.08% from 255 or 13.29% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FE4C is #0D01B3. Grayscale: #E6E6E6. Windows color (decimal): -852404 or 5046002. OLE color: 5046002.

HSL color Cylindrical-coordinate representation of color #F2FE4C: hue angle of 64.04º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2FE4C is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB24225476-
CMYK0.0500.700.00
HSL64.04º98.89%64.71%-
HSV(B)64.04º70.08%99.61%-
XYZ73.3690.2820.4-
YUV230.1241.02136.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.31%
GREEN value IS 254 (99.61% from 255) = 44.41%
BLUE value IS 76 (30.08% from 255) = 13.29%
R=42.31%
G=44.41%
B=13.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal242254760.0500.700.0064.0498.8964.71
HexF2FE4C50460406341
Octal362376114501060100143101
Binary11110010111111101001100101010001100100000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FE4C; }

 p { color: rgb(242,254,76); }

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

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

 a { background-color: rgb(242,254,76); }

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

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

 span { border-color: rgb(242,254,76); }

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