#F6FA45

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

Shades of Paris Daisy #F6FA45

Tints of Paris Daisy #F6FA45

Color information

#F6FA45 (or 0xF6FA45) is unknown color: approx Paris Daisy. HEX triplet: F6, FA and 45. RGB value is (246,250,69). Sum of RGB (Red+Green+Blue) = 246+250+69=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 69 (27.34% from 255 or 12.21% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FA45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6FA45 is #0905BA. Grayscale: #E4E4E4. Windows color (decimal): -591291 or 4586230. OLE color: 4586230.

HSL color Cylindrical-coordinate representation of color #F6FA45: hue angle of 61.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6FA45 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB24625069-
CMYK0.0200.720.02
HSL61.33º94.76%62.55%-
HSV(B)61.33º72.4%98.04%-
XYZ73.2788.3918.83-
YUV228.1738.17140.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.54%
GREEN value IS 250 (98.05% from 255) = 44.25%
BLUE value IS 69 (27.34% from 255) = 12.21%
R=43.54%
G=44.25%
B=12.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal246250690.0200.720.0261.3394.7662.55
HexF6FA45204823d5f3f
Octal3663721052011027513777
Binary111101101111101010001011001001000101111011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FA45; }

 p { color: rgb(246,250,69); }

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

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

 a { background-color: rgb(246,250,69); }

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

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

 span { border-color: rgb(246,250,69); }

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