#F2F494

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

Shades of Jonquil #F2F494

Tints of Jonquil #F2F494

Color information

#F2F494 (or 0xF2F494) is unknown color: approx Jonquil. HEX triplet: F2, F4 and 94. RGB value is (242,244,148). Sum of RGB (Red+Green+Blue) = 242+244+148=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 244 (95.70% from 255 or 38.49% from 634); Blue value is 148 (58.20% from 255 or 23.34% from 634); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F494 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F494 is #0D0B6B. Grayscale: #E8E8E8. Windows color (decimal): -854892 or 9762034. OLE color: 9762034.

HSL color Cylindrical-coordinate representation of color #F2F494: hue angle of 61.25º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2F494 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB242244148-
CMYK0.0100.390.04
HSL61.25º81.36%76.86%-
HSV(B)61.25º39.34%95.69%-
XYZ74.3185.7240.65-
YUV232.4680.34134.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.17%
GREEN value IS 244 (95.70% from 255) = 38.49%
BLUE value IS 148 (58.20% from 255) = 23.34%
R=38.17%
G=38.49%
B=23.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2422441480.0100.390.0461.2581.3676.86
HexF2F494102743d514d
Octal3623642241047475121115
Binary1111001011110100100101001010011110011110110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F494; }

 p { color: rgb(242,244,148); }

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

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

 a { background-color: rgb(242,244,148); }

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

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

 span { border-color: rgb(242,244,148); }

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