Html Css Color HEX #F2E805 Lemon

📋 copy color: '#F2E805'

red 242 ◦ green 232 ◦ blue 5

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

Shades of Lemon #F2E805

Tints of Lemon #F2E805

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.43%

 BLUE value IS 5 (2.34% from 255) = 1.04%

R = 50.52%
G = 48.43%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2E805 (or 0xF2E805) is known color: Lemon. HEX triplet: F2, E8 and 05. RGB value is (242,232,5). Sum of RGB (Red+Green+Blue) = 242+232+5=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 5 (2.34% from 255 or 1.04% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E805 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E805 is #0D17FA. Grayscale: #D2D2D2. Windows color (decimal): -858107 or 387314. OLE color: 387314.

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

Color convert

RGB 242 232 5 -
CMYK 0 0.04 0.98 0.05
HSL 57.47º 0.96% 0.48% -
HSV(B) 57.47º 0.98% 0.95% -
XYZ 65.5 76.6 11.48 -
YUV 209.11 12.81 151.46 -
System Red Green Blue C M Y K H S L
Decimal 242 232 5 0 0.04 0.98 0.05 57.47 0.96 0.48
Hex F2 E8 5 0 4 62 5 39 60 30
Octal 362 350 5 0 4 142 5 71 140 60
Binary 11110010 11101000 101 0 100 1100010 101 111001 1100000 110000

Color Harmonies of #F2E805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E805

Black with #F2E805

Text Example


Text Example

White with #F2E805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E805; }

 p { color: rgb(242,232,5); }

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

background-color css

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

 a { background-color: rgb(242,232,5); }

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

border-color css

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

 span { border-color: rgb(242,232,5); }

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