Html Css Color HEX #F2E70E Lemon

📋 copy color: '#F2E70E'

red 242 ◦ green 231 ◦ blue 14

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

Shades of Lemon #F2E70E

Tints of Lemon #F2E70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.87%

R = 49.69%
G = 47.43%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2E70E (or 0xF2E70E) is known color: Lemon. HEX triplet: F2, E7 and 0E. RGB value is (242,231,14). Sum of RGB (Red+Green+Blue) = 242+231+14=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 14 (5.86% from 255 or 2.87% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E70E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E70E is #0D18F1. Grayscale: #D2D2D2. Windows color (decimal): -858354 or 976882. OLE color: 976882.

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

Color convert

RGB 242 231 14 -
CMYK 0 0.05 0.94 0.05
HSL 57.11º 0.9% 0.5% -
HSV(B) 57.11º 0.94% 0.95% -
XYZ 65.27 76.06 11.66 -
YUV 209.55 17.64 151.14 -
System Red Green Blue C M Y K H S L
Decimal 242 231 14 0 0.05 0.94 0.05 57.11 0.9 0.5
Hex F2 E7 E 0 5 5E 5 39 5A 32
Octal 362 347 16 0 5 136 5 71 132 62
Binary 11110010 11100111 1110 0 101 1011110 101 111001 1011010 110010

Color Harmonies of #F2E70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E70E

Black with #F2E70E

Text Example


Text Example

White with #F2E70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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