#F5FC4E

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

Shades of Paris Daisy #F5FC4E

Tints of Paris Daisy #F5FC4E

Color information

#F5FC4E (or 0xF5FC4E) is unknown color: approx Paris Daisy. HEX triplet: F5, FC and 4E. RGB value is (245,252,78). Sum of RGB (Red+Green+Blue) = 245+252+78=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 78 (30.86% from 255 or 13.57% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FC4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FC4E is #0A03B1. Grayscale: #E6E6E6. Windows color (decimal): -656306 or 5176565. OLE color: 5176565.

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

Color convert

RGB24525278-
CMYK0.0300.690.01
HSL62.41º96.67%64.71%-
HSV(B)62.41º69.05%98.82%-
XYZ73.8489.5820.61-
YUV230.0742.18138.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.61%
GREEN value IS 252 (98.83% from 255) = 43.83%
BLUE value IS 78 (30.86% from 255) = 13.57%
R=42.61%
G=43.83%
B=13.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal245252780.0300.690.0162.4196.6764.71
HexF5FC4E304513e6141
Octal36537411630105176141101
Binary111101011111110010011101101000101111111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FC4E; }

 p { color: rgb(245,252,78); }

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

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

 a { background-color: rgb(245,252,78); }

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

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

 span { border-color: rgb(245,252,78); }

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