Html Css Color HEX #F2E915 Lemon

📋 copy color: '#F2E915'

red 242 ◦ green 233 ◦ blue 21

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

Shades of Lemon #F2E915

Tints of Lemon #F2E915

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.98%

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

R = 48.79%
G = 46.98%
B = 4.23%

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

#F2E915 (or 0xF2E915) is known color: Lemon. HEX triplet: F2, E9 and 15. RGB value is (242,233,21). Sum of RGB (Red+Green+Blue) = 242+233+21=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 21 (8.59% from 255 or 4.23% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E915 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E915 is #0D16EA. Grayscale: #D4D4D4. Windows color (decimal): -857835 or 1436146. OLE color: 1436146.

HSL color Cylindrical-coordinate representation of color #F2E915: hue angle of 57.56º 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 #F2E915 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 233 21 -
CMYK 0 0.04 0.91 0.05
HSL 57.56º 0.89% 0.52% -
HSV(B) 57.56º 0.91% 0.95% -
XYZ 65.89 77.21 12.14 -
YUV 211.52 20.48 149.74 -
System Red Green Blue C M Y K H S L
Decimal 242 233 21 0 0.04 0.91 0.05 57.56 0.89 0.52
Hex F2 E9 15 0 4 5B 5 3A 59 34
Octal 362 351 25 0 4 133 5 72 131 64
Binary 11110010 11101001 10101 0 100 1011011 101 111010 1011001 110100

Color Harmonies of #F2E915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E915

Black with #F2E915

Text Example


Text Example

White with #F2E915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E915; }

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

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

background-color css

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

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

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

border-color css

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

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

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