Html Css Color HEX #F2E416 Lemon

📋 copy color: '#F2E416'

red 242 ◦ green 228 ◦ blue 22

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

Shades of Lemon #F2E416

Tints of Lemon #F2E416

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.34%

 BLUE value IS 22 (8.98% from 255) = 4.47%

R = 49.19%
G = 46.34%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F2E416 (or 0xF2E416) is known color: Lemon. HEX triplet: F2, E4 and 16. RGB value is (242,228,22). Sum of RGB (Red+Green+Blue) = 242+228+22=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 22 (8.98% from 255 or 4.47% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E416 is #0D1BE9. Grayscale: #D1D1D1. Windows color (decimal): -859114 or 1500402. OLE color: 1500402.

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

Color convert

RGB 242 228 22 -
CMYK 0 0.06 0.91 0.05
HSL 56.18º 0.89% 0.52% -
HSV(B) 56.18º 0.91% 0.95% -
XYZ 64.51 74.42 11.72 -
YUV 208.7 22.64 151.75 -
System Red Green Blue C M Y K H S L
Decimal 242 228 22 0 0.06 0.91 0.05 56.18 0.89 0.52
Hex F2 E4 16 0 6 5B 5 38 59 34
Octal 362 344 26 0 6 133 5 70 131 64
Binary 11110010 11100100 10110 0 110 1011011 101 111000 1011001 110100

Color Harmonies of #F2E416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E416

Black with #F2E416

Text Example


Text Example

White with #F2E416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E416; }

 p { color: rgb(242,228,22); }

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

background-color css

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

 a { background-color: rgb(242,228,22); }

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

border-color css

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

 span { border-color: rgb(242,228,22); }

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