Html Css Color HEX #F0E10B Lemon

📋 copy color: '#F0E10B'

red 240 ◦ green 225 ◦ blue 11

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

Shades of Lemon #F0E10B

Tints of Lemon #F0E10B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.27%

 BLUE value IS 11 (4.69% from 255) = 2.31%

R = 50.42%
G = 47.27%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0E10B (or 0xF0E10B) is known color: Lemon. HEX triplet: F0, E1 and 0B. RGB value is (240,225,11). Sum of RGB (Red+Green+Blue) = 240+225+11=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 11 (4.69% from 255 or 2.31% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E10B is #0F1EF4. Grayscale: #CDCDCD. Windows color (decimal): -990965 or 778736. OLE color: 778736.

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

Color convert

RGB 240 225 11 -
CMYK 0 0.06 0.95 0.06
HSL 56.07º 0.91% 0.49% -
HSV(B) 56.07º 0.95% 0.94% -
XYZ 62.92 72.4 10.97 -
YUV 205.09 18.47 152.9 -
System Red Green Blue C M Y K H S L
Decimal 240 225 11 0 0.06 0.95 0.06 56.07 0.91 0.49
Hex F0 E1 B 0 6 5F 6 38 5B 31
Octal 360 341 13 0 6 137 6 70 133 61
Binary 11110000 11100001 1011 0 110 1011111 110 111000 1011011 110001

Color Harmonies of #F0E10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E10B

Black with #F0E10B

Text Example


Text Example

White with #F0E10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E10B; }

 p { color: rgb(240,225,11); }

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

background-color css

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

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

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

border-color css

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

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

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