#F0F196

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

Shades of Jonquil #F0F196

Tints of Jonquil #F0F196

Color information

#F0F196 (or 0xF0F196) is unknown color: approx Jonquil. HEX triplet: F0, F1 and 96. RGB value is (240,241,150). Sum of RGB (Red+Green+Blue) = 240+241+150=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 150 (58.98% from 255 or 23.77% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F196 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F196 is #0F0E69. Grayscale: #E6E6E6. Windows color (decimal): -986730 or 9892336. OLE color: 9892336.

HSL color Cylindrical-coordinate representation of color #F0F196: hue angle of 60.66º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0F196 is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB240241150-
CMYK0.0000.380.05
HSL60.66º76.47%76.67%-
HSV(B)60.66º37.76%94.51%-
XYZ72.983.6441.16-
YUV230.3382.67134.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.03%
GREEN value IS 241 (94.53% from 255) = 38.19%
BLUE value IS 150 (58.98% from 255) = 23.77%
R=38.03%
G=38.19%
B=23.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402411500.0000.380.0560.6676.4776.67
HexF0F196002653d4c4d
Octal3603612260046575114115
Binary1111000011110001100101100010011010111110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F196; }

 p { color: rgb(240,241,150); }

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

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

 a { background-color: rgb(240,241,150); }

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

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

 span { border-color: rgb(240,241,150); }

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