#F2F94E

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

Shades of Paris Daisy #F2F94E

Tints of Paris Daisy #F2F94E

Color information

#F2F94E (or 0xF2F94E) is unknown color: approx Paris Daisy. HEX triplet: F2, F9 and 4E. RGB value is (242,249,78). Sum of RGB (Red+Green+Blue) = 242+249+78=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 78 (30.86% from 255 or 13.71% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F94E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F94E is #0D06B1. Grayscale: #E4E4E4. Windows color (decimal): -853682 or 5175794. OLE color: 5175794.

HSL color Cylindrical-coordinate representation of color #F2F94E: hue angle of 62.46º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2F94E is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB24224978-
CMYK0.0300.690.02
HSL62.46º93.44%64.12%-
HSV(B)62.46º68.67%97.65%-
XYZ71.8787.1820.25-
YUV227.4143.68138.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 249 (97.66% from 255) = 43.76%
BLUE value IS 78 (30.86% from 255) = 13.71%
R=42.53%
G=43.76%
B=13.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242249780.0300.690.0262.4693.4464.12
HexF2F94E304523e5d40
Octal36237111630105276135100
Binary1111001011111001100111011010001011011111010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F94E; }

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

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

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

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

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

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

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

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