#F7FA50

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

Shades of Paris Daisy #F7FA50

Tints of Paris Daisy #F7FA50

Color information

#F7FA50 (or 0xF7FA50) is unknown color: approx Paris Daisy. HEX triplet: F7, FA and 50. RGB value is (247,250,80). Sum of RGB (Red+Green+Blue) = 247+250+80=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 80 (31.64% from 255 or 13.86% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FA50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7FA50 is #0805AF. Grayscale: #E6E6E6. Windows color (decimal): -525744 or 5307127. OLE color: 5307127.

HSL color Cylindrical-coordinate representation of color #F7FA50: hue angle of 61.06º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7FA50 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB24725080-
CMYK0.0100.680.02
HSL61.06º94.44%64.71%-
HSV(B)61.06º68%98.04%-
XYZ73.9988.7220.82-
YUV229.7243.51140.32-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.81%
GREEN value IS 250 (98.05% from 255) = 43.33%
BLUE value IS 80 (31.64% from 255) = 13.86%
R=42.81%
G=43.33%
B=13.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal247250800.0100.680.0261.0694.4464.71
HexF7FA50104423d5e41
Octal36737212010104275136101
Binary111101111111101010100001010001001011110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FA50; }

 p { color: rgb(247,250,80); }

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

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

 a { background-color: rgb(247,250,80); }

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

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

 span { border-color: rgb(247,250,80); }

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