#F8FC50

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

Shades of Paris Daisy #F8FC50

Tints of Paris Daisy #F8FC50

Color information

#F8FC50 (or 0xF8FC50) is unknown color: approx Paris Daisy. HEX triplet: F8, FC and 50. RGB value is (248,252,80). Sum of RGB (Red+Green+Blue) = 248+252+80=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 80 (31.64% from 255 or 13.79% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FC50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FC50 is #0703AF. Grayscale: #E7E7E7. Windows color (decimal): -459696 or 5307640. OLE color: 5307640.

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

Color convert

RGB24825280-
CMYK0.0200.680.01
HSL61.4º96.63%65.1%-
HSV(B)61.4º68.25%98.82%-
XYZ74.9790.1621.04-
YUV231.242.67139.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.76%
GREEN value IS 252 (98.83% from 255) = 43.45%
BLUE value IS 80 (31.64% from 255) = 13.79%
R=42.76%
G=43.45%
B=13.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal248252800.0200.680.0161.496.6365.1
HexF8FC50204413d6141
Octal37037412020104175141101
Binary111110001111110010100001001000100111110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FC50; }

 p { color: rgb(248,252,80); }

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

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

 a { background-color: rgb(248,252,80); }

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

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

 span { border-color: rgb(248,252,80); }

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