Html Css Color HEX #F2E815 Lemon

📋 copy color: '#F2E815'

red 242 ◦ green 232 ◦ blue 21

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

Shades of Lemon #F2E815

Tints of Lemon #F2E815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.24%

R = 48.89%
G = 46.87%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F2E815 (or 0xF2E815) is known color: Lemon. HEX triplet: F2, E8 and 15. RGB value is (242,232,21). Sum of RGB (Red+Green+Blue) = 242+232+21=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 21 (8.59% from 255 or 4.24% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E815 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E815 is #0D17EA. Grayscale: #D3D3D3. Windows color (decimal): -858091 or 1435890. OLE color: 1435890.

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

Color convert

RGB 242 232 21 -
CMYK 0 0.04 0.91 0.05
HSL 57.29º 0.89% 0.52% -
HSV(B) 57.29º 0.91% 0.95% -
XYZ 65.61 76.64 12.05 -
YUV 210.94 20.81 150.16 -
System Red Green Blue C M Y K H S L
Decimal 242 232 21 0 0.04 0.91 0.05 57.29 0.89 0.52
Hex F2 E8 15 0 4 5B 5 39 59 34
Octal 362 350 25 0 4 133 5 71 131 64
Binary 11110010 11101000 10101 0 100 1011011 101 111001 1011001 110100

Color Harmonies of #F2E815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E815

Black with #F2E815

Text Example


Text Example

White with #F2E815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E815; }

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

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

background-color css

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

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

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

border-color css

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

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

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