Html Css Color HEX #F2E21B Lemon

📋 copy color: '#F2E21B'

red 242 ◦ green 226 ◦ blue 27

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

Shades of Lemon #F2E21B

Tints of Lemon #F2E21B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.66%

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

R = 48.89%
G = 45.66%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2E21B (or 0xF2E21B) is known color: Lemon. HEX triplet: F2, E2 and 1B. RGB value is (242,226,27). Sum of RGB (Red+Green+Blue) = 242+226+27=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 27 (10.94% from 255 or 5.45% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E21B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E21B is #0D1DE4. Grayscale: #D0D0D0. Windows color (decimal): -859621 or 1827570. OLE color: 1827570.

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

Color convert

RGB 242 226 27 -
CMYK 0 0.07 0.89 0.05
HSL 55.53º 0.89% 0.53% -
HSV(B) 55.53º 0.89% 0.95% -
XYZ 64.01 73.35 11.82 -
YUV 208.1 25.8 152.18 -
System Red Green Blue C M Y K H S L
Decimal 242 226 27 0 0.07 0.89 0.05 55.53 0.89 0.53
Hex F2 E2 1B 0 7 59 5 38 59 35
Octal 362 342 33 0 7 131 5 70 131 65
Binary 11110010 11100010 11011 0 111 1011001 101 111000 1011001 110101

Color Harmonies of #F2E21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E21B

Black with #F2E21B

Text Example


Text Example

White with #F2E21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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