Html Css Color HEX #F2E41B Lemon

📋 copy color: '#F2E41B'

red 242 ◦ green 228 ◦ blue 27

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

Shades of Lemon #F2E41B

Tints of Lemon #F2E41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.43%

R = 48.69%
G = 45.88%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2E41B (or 0xF2E41B) is known color: Lemon. HEX triplet: F2, E4 and 1B. RGB value is (242,228,27). Sum of RGB (Red+Green+Blue) = 242+228+27=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 27 (10.94% from 255 or 5.43% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E41B is #0D1BE4. Grayscale: #D2D2D2. Windows color (decimal): -859109 or 1828082. OLE color: 1828082.

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

Color convert

RGB 242 228 27 -
CMYK 0 0.06 0.89 0.05
HSL 56.09º 0.89% 0.53% -
HSV(B) 56.09º 0.89% 0.95% -
XYZ 64.56 74.44 12 -
YUV 209.27 25.14 151.34 -
System Red Green Blue C M Y K H S L
Decimal 242 228 27 0 0.06 0.89 0.05 56.09 0.89 0.53
Hex F2 E4 1B 0 6 59 5 38 59 35
Octal 362 344 33 0 6 131 5 70 131 65
Binary 11110010 11100100 11011 0 110 1011001 101 111000 1011001 110101

Color Harmonies of #F2E41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E41B

Black with #F2E41B

Text Example


Text Example

White with #F2E41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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