#F2F651

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

Shades of Paris Daisy #F2F651

Tints of Paris Daisy #F2F651

Color information

#F2F651 (or 0xF2F651) is unknown color: approx Paris Daisy. HEX triplet: F2, F6 and 51. RGB value is (242,246,81). Sum of RGB (Red+Green+Blue) = 242+246+81=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 81 (32.03% from 255 or 14.24% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F651 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F651 is #0D09AE. Grayscale: #E2E2E2. Windows color (decimal): -854447 or 5371634. OLE color: 5371634.

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

Color convert

RGB24224681-
CMYK0.0200.670.04
HSL61.45º90.16%64.12%-
HSV(B)61.45º67.07%96.47%-
XYZ71.0685.3820.52-
YUV225.9946.17139.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 246 (96.48% from 255) = 43.23%
BLUE value IS 81 (32.03% from 255) = 14.24%
R=42.53%
G=43.23%
B=14.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal242246810.0200.670.0461.4590.1664.12
HexF2F651204343d5a40
Octal36236612120103475132100
Binary11110010111101101010001100100001110011110110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F651; }

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

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

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

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

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

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

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

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