Html Css Color HEX #F2E70C Lemon

📋 copy color: '#F2E70C'

red 242 ◦ green 231 ◦ blue 12

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

Shades of Lemon #F2E70C

Tints of Lemon #F2E70C

RGB

 RED value IS 242 (94.92% from 255) = 49.9%

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

 BLUE value IS 12 (5.08% from 255) = 2.47%

R = 49.9%
G = 47.63%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2E70C (or 0xF2E70C) is known color: Lemon. HEX triplet: F2, E7 and 0C. RGB value is (242,231,12). Sum of RGB (Red+Green+Blue) = 242+231+12=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 12 (5.08% from 255 or 2.47% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E70C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E70C is #0D18F3. Grayscale: #D2D2D2. Windows color (decimal): -858356 or 845810. OLE color: 845810.

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

Color convert

RGB 242 231 12 -
CMYK 0 0.05 0.95 0.05
HSL 57.13º 0.91% 0.5% -
HSV(B) 57.13º 0.95% 0.95% -
XYZ 65.26 76.06 11.59 -
YUV 209.32 16.64 151.31 -
System Red Green Blue C M Y K H S L
Decimal 242 231 12 0 0.05 0.95 0.05 57.13 0.91 0.5
Hex F2 E7 C 0 5 5F 5 39 5B 32
Octal 362 347 14 0 5 137 5 71 133 62
Binary 11110010 11100111 1100 0 101 1011111 101 111001 1011011 110010

Color Harmonies of #F2E70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E70C

Black with #F2E70C

Text Example


Text Example

White with #F2E70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E70C; }

 p { color: rgb(242,231,12); }

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

background-color css

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

 a { background-color: rgb(242,231,12); }

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

border-color css

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

 span { border-color: rgb(242,231,12); }

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