#F2FB4C

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

Shades of Paris Daisy #F2FB4C

Tints of Paris Daisy #F2FB4C

Color information

#F2FB4C (or 0xF2FB4C) is unknown color: approx Paris Daisy. HEX triplet: F2, FB and 4C. RGB value is (242,251,76). Sum of RGB (Red+Green+Blue) = 242+251+76=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 76 (30.08% from 255 or 13.36% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FB4C is #0D04B3. Grayscale: #E5E5E5. Windows color (decimal): -853172 or 5045234. OLE color: 5045234.

HSL color Cylindrical-coordinate representation of color #F2FB4C: hue angle of 63.09º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2FB4C is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB24225176-
CMYK0.0400.700.02
HSL63.09º95.63%64.12%-
HSV(B)63.09º69.72%98.43%-
XYZ72.4288.3920.08-
YUV228.3642.02137.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 76 (30.08% from 255) = 13.36%
R=42.53%
G=44.11%
B=13.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242251760.0400.700.0263.0995.6364.12
HexF2FB4C404623f6040
Octal36237311440106277140100
Binary11110010111110111001100100010001101011111111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FB4C; }

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

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

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

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

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

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

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

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