#F5FC42

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

Shades of Paris Daisy #F5FC42

Tints of Paris Daisy #F5FC42

Color information

#F5FC42 (or 0xF5FC42) is unknown color: approx Paris Daisy. HEX triplet: F5, FC and 42. RGB value is (245,252,66). Sum of RGB (Red+Green+Blue) = 245+252+66=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 66 (26.17% from 255 or 11.72% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FC42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FC42 is #0A03BD. Grayscale: #E5E5E5. Windows color (decimal): -656318 or 4390133. OLE color: 4390133.

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

Color convert

RGB24525266-
CMYK0.0300.740.01
HSL62.26º96.88%62.35%-
HSV(B)62.26º73.81%98.82%-
XYZ73.4589.4318.54-
YUV228.736.18139.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.52%
GREEN value IS 252 (98.83% from 255) = 44.76%
BLUE value IS 66 (26.17% from 255) = 11.72%
R=43.52%
G=44.76%
B=11.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal245252660.0300.740.0162.2696.8862.35
HexF5FC42304A13e613e
Octal3653741023011217614176
Binary11110101111111001000010110100101011111101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FC42; }

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

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

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

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

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

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

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

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