Html Css Color HEX #F6E70B Lemon

📋 copy color: '#F6E70B'

red 246 ◦ green 231 ◦ blue 11

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

Shades of Lemon #F6E70B

Tints of Lemon #F6E70B

RGB

 RED value IS 246 (96.48% from 255) = 50.41%

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

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

R = 50.41%
G = 47.34%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6E70B (or 0xF6E70B) is known color: Lemon. HEX triplet: F6, E7 and 0B. RGB value is (246,231,11). Sum of RGB (Red+Green+Blue) = 246+231+11=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 11 (4.69% from 255 or 2.25% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E70B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6E70B is #0918F4. Grayscale: #D3D3D3. Windows color (decimal): -596213 or 780278. OLE color: 780278.

HSL color Cylindrical-coordinate representation of color #F6E70B: hue angle of 56.17º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6E70B is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 231 11 -
CMYK 0 0.06 0.96 0.04
HSL 56.17º 0.93% 0.5% -
HSV(B) 56.17º 0.96% 0.96% -
XYZ 66.64 76.77 11.62 -
YUV 210.41 15.47 153.39 -
System Red Green Blue C M Y K H S L
Decimal 246 231 11 0 0.06 0.96 0.04 56.17 0.93 0.5
Hex F6 E7 B 0 6 60 4 38 5D 32
Octal 366 347 13 0 6 140 4 70 135 62
Binary 11110110 11100111 1011 0 110 1100000 100 111000 1011101 110010

Color Harmonies of #F6E70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E70B

Black with #F6E70B

Text Example


Text Example

White with #F6E70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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