Html Css Color HEX #F0EF12 Lemon

📋 copy color: '#F0EF12'

red 240 ◦ green 239 ◦ blue 18

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

Shades of Lemon #F0EF12

Tints of Lemon #F0EF12

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.09%

 BLUE value IS 18 (7.42% from 255) = 3.62%

R = 48.29%
G = 48.09%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0EF12 (or 0xF0EF12) is known color: Lemon. HEX triplet: F0, EF and 12. RGB value is (240,239,18). Sum of RGB (Red+Green+Blue) = 240+239+18=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 18 (7.42% from 255 or 3.62% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EF12 is #0F10ED. Grayscale: #D6D6D6. Windows color (decimal): -987374 or 1241072. OLE color: 1241072.

HSL color Cylindrical-coordinate representation of color #F0EF12: hue angle of 59.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0EF12 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 239 18 -
CMYK 0 0.00 0.92 0.06
HSL 59.73º 0.88% 0.51% -
HSV(B) 59.73º 0.93% 0.94% -
XYZ 66.91 80.3 12.55 -
YUV 214.11 17.33 146.47 -
System Red Green Blue C M Y K H S L
Decimal 240 239 18 0 0.00 0.92 0.06 59.73 0.88 0.51
Hex F0 EF 12 0 0 5C 6 3C 58 33
Octal 360 357 22 0 0 134 6 74 130 63
Binary 11110000 11101111 10010 0 0 1011100 110 111100 1011000 110011

Color Harmonies of #F0EF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EF12

Black with #F0EF12

Text Example


Text Example

White with #F0EF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EF12; }

 p { color: rgb(240,239,18); }

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

background-color css

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

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

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

border-color css

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

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

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