#F2F64E

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

Shades of Paris Daisy #F2F64E

Tints of Paris Daisy #F2F64E

Color information

#F2F64E (or 0xF2F64E) is unknown color: approx Paris Daisy. HEX triplet: F2, F6 and 4E. RGB value is (242,246,78). Sum of RGB (Red+Green+Blue) = 242+246+78=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 78 (30.86% from 255 or 13.78% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F64E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F64E is #0D09B1. Grayscale: #E2E2E2. Windows color (decimal): -854450 or 5175026. OLE color: 5175026.

HSL color Cylindrical-coordinate representation of color #F2F64E: hue angle of 61.43º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2F64E is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB24224678-
CMYK0.0200.680.04
HSL61.43º90.32%63.53%-
HSV(B)61.43º68.29%96.47%-
XYZ70.9585.3419.94-
YUV225.6544.67139.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.76%
GREEN value IS 246 (96.48% from 255) = 43.46%
BLUE value IS 78 (30.86% from 255) = 13.78%
R=42.76%
G=43.46%
B=13.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal242246780.0200.680.0461.4390.3263.53
HexF2F64E204443d5a40
Octal36236611620104475132100
Binary11110010111101101001110100100010010011110110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F64E; }

 p { color: rgb(242,246,78); }

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

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

 a { background-color: rgb(242,246,78); }

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

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

 span { border-color: rgb(242,246,78); }

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