Html Css Color HEX #F2E308 Lemon

📋 copy color: '#F2E308'

red 242 ◦ green 227 ◦ blue 8

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

Shades of Lemon #F2E308

Tints of Lemon #F2E308

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.59%

 BLUE value IS 8 (3.52% from 255) = 1.68%

R = 50.73%
G = 47.59%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2E308 (or 0xF2E308) is known color: Lemon. HEX triplet: F2, E3 and 08. RGB value is (242,227,8). Sum of RGB (Red+Green+Blue) = 242+227+8=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 8 (3.52% from 255 or 1.68% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E308 is #0D1CF7. Grayscale: #CFCFCF. Windows color (decimal): -859384 or 582642. OLE color: 582642.

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

Color convert

RGB 242 227 8 -
CMYK 0 0.06 0.97 0.05
HSL 56.15º 0.94% 0.49% -
HSV(B) 56.15º 0.97% 0.95% -
XYZ 64.13 73.83 11.1 -
YUV 206.52 15.97 153.31 -
System Red Green Blue C M Y K H S L
Decimal 242 227 8 0 0.06 0.97 0.05 56.15 0.94 0.49
Hex F2 E3 8 0 6 61 5 38 5E 31
Octal 362 343 10 0 6 141 5 70 136 61
Binary 11110010 11100011 1000 0 110 1100001 101 111000 1011110 110001

Color Harmonies of #F2E308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E308

Black with #F2E308

Text Example


Text Example

White with #F2E308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E308; }

 p { color: rgb(242,227,8); }

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

background-color css

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

 a { background-color: rgb(242,227,8); }

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

border-color css

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

 span { border-color: rgb(242,227,8); }

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