Html Css Color HEX #F0F08E Jonquil

📋 copy color: '#F0F08E'

red 240 ◦ green 240 ◦ blue 142

#F0F08E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jonquil #F0F08E

Tints of Jonquil #F0F08E

RGB

 RED value IS 240 (94.14% from 255) = 38.59%

 GREEN value IS 240 (94.14% from 255) = 38.59%

 BLUE value IS 142 (55.86% from 255) = 22.83%

R = 38.59%
G = 38.59%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0F08E (or 0xF0F08E) is known color: Jonquil. HEX triplet: F0, F0 and 8E. RGB value is (240,240,142). Sum of RGB (Red+Green+Blue) = 240+240+142=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 142 (55.86% from 255 or 22.83% from 622); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F08E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F08E is #0F0F71. Grayscale: #E5E5E5. Windows color (decimal): -986994 or 9367792. OLE color: 9367792.

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

Color convert

RGB 240 240 142 -
CMYK 0 0 0.41 0.06
HSL 60º 0.77% 0.75% -
HSV(B) 60º 0.41% 0.94% -
XYZ 71.98 82.8 37.78 -
YUV 228.83 79 135.97 -
System Red Green Blue C M Y K H S L
Decimal 240 240 142 0 0 0.41 0.06 60 0.77 0.75
Hex F0 F0 8E 0 0 29 6 3C 4D 4B
Octal 360 360 216 0 0 51 6 74 115 113
Binary 11110000 11110000 10001110 0 0 101001 110 111100 1001101 1001011

Color Harmonies of #F0F08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F08E

Black with #F0F08E

Text Example


Text Example

White with #F0F08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F08E; }

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

 H1.HeaderClassName
 {
   color: #F0F08E;
 }
 .AnyTagClassName
 {
   color: #F0F08E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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