#f0f095

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

Shades of Jonquil #F0F095

Tints of Jonquil #F0F095

Color information

#F0F095 (or 0xF0F095) is unknown color: approx Jonquil. HEX triplet: F0, F0 and 95. RGB value is (240,240,149). Sum of RGB (Red+Green+Blue) = 240+240+149=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 149 (58.59% from 255 or 23.69% from 629); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F095 is #0F0F6A. Grayscale: #E5E5E5. Windows color (decimal): -986987 or 9826544. OLE color: 9826544.

HSL color Cylindrical-coordinate representation of color #F0F095: hue angle of 60º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0F095 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB240240149-
CMYK000.380.06
HSL60º75.21%76.27%-
HSV(B)60º37.92%94.12%-
XYZ72.5283.0240.64-
YUV229.6382.5135.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.16%
GREEN value IS 240 (94.14% from 255) = 38.16%
BLUE value IS 149 (58.59% from 255) = 23.69%
R=38.16%
G=38.16%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240240149000.380.066075.2176.27
HexF0F095002663c4b4c
Octal3603602250046674113114
Binary1111000011110000100101010010011011011110010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0f095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0f095; }

 p { color: rgb(240,240,149); }

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

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

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

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

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

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

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