Html Css Color HEX #F0E70B Lemon

📋 copy color: '#F0E70B'

red 240 ◦ green 231 ◦ blue 11

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

Shades of Lemon #F0E70B

Tints of Lemon #F0E70B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.93%

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

R = 49.79%
G = 47.93%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0E70B (or 0xF0E70B) is known color: Lemon. HEX triplet: F0, E7 and 0B. RGB value is (240,231,11). Sum of RGB (Red+Green+Blue) = 240+231+11=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 11 (4.69% from 255 or 2.28% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E70B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E70B is #0F18F4. Grayscale: #D1D1D1. Windows color (decimal): -989429 or 780272. OLE color: 780272.

HSL color Cylindrical-coordinate representation of color #F0E70B: hue angle of 57.64º 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 #F0E70B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 231 11 -
CMYK 0 0.04 0.95 0.06
HSL 57.64º 0.91% 0.49% -
HSV(B) 57.64º 0.95% 0.94% -
XYZ 64.57 75.7 11.53 -
YUV 208.61 16.48 150.39 -
System Red Green Blue C M Y K H S L
Decimal 240 231 11 0 0.04 0.95 0.06 57.64 0.91 0.49
Hex F0 E7 B 0 4 5F 6 3A 5B 31
Octal 360 347 13 0 4 137 6 72 133 61
Binary 11110000 11100111 1011 0 100 1011111 110 111010 1011011 110001

Color Harmonies of #F0E70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E70B

Black with #F0E70B

Text Example


Text Example

White with #F0E70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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