Html Css Color HEX #F2E706 Lemon

📋 copy color: '#F2E706'

red 242 ◦ green 231 ◦ blue 6

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

Shades of Lemon #F2E706

Tints of Lemon #F2E706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.25%

R = 50.52%
G = 48.23%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2E706 (or 0xF2E706) is known color: Lemon. HEX triplet: F2, E7 and 06. RGB value is (242,231,6). Sum of RGB (Red+Green+Blue) = 242+231+6=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 231 (90.62% from 255 or 48.23% from 479); Blue value is 6 (2.73% from 255 or 1.25% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E706 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E706 is #0D18F9. Grayscale: #D1D1D1. Windows color (decimal): -858362 or 452594. OLE color: 452594.

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

Color convert

RGB 242 231 6 -
CMYK 0 0.05 0.98 0.05
HSL 57.2º 0.95% 0.49% -
HSV(B) 57.2º 0.98% 0.95% -
XYZ 65.23 76.04 11.41 -
YUV 208.64 13.64 151.8 -
System Red Green Blue C M Y K H S L
Decimal 242 231 6 0 0.05 0.98 0.05 57.2 0.95 0.49
Hex F2 E7 6 0 5 62 5 39 5F 31
Octal 362 347 6 0 5 142 5 71 137 61
Binary 11110010 11100111 110 0 101 1100010 101 111001 1011111 110001

Color Harmonies of #F2E706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E706

Black with #F2E706

Text Example


Text Example

White with #F2E706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E706; }

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

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

background-color css

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

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

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

border-color css

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

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

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