Html Css Color HEX #F2E419 Lemon

📋 copy color: '#F2E419'

red 242 ◦ green 228 ◦ blue 25

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

Shades of Lemon #F2E419

Tints of Lemon #F2E419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.05%

R = 48.89%
G = 46.06%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2E419 (or 0xF2E419) is known color: Lemon. HEX triplet: F2, E4 and 19. RGB value is (242,228,25). Sum of RGB (Red+Green+Blue) = 242+228+25=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 25 (10.16% from 255 or 5.05% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E419 is #0D1BE6. Grayscale: #D1D1D1. Windows color (decimal): -859111 or 1697010. OLE color: 1697010.

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

Color convert

RGB 242 228 25 -
CMYK 0 0.06 0.90 0.05
HSL 56.13º 0.89% 0.52% -
HSV(B) 56.13º 0.9% 0.95% -
XYZ 64.54 74.43 11.89 -
YUV 209.04 24.14 151.51 -
System Red Green Blue C M Y K H S L
Decimal 242 228 25 0 0.06 0.90 0.05 56.13 0.89 0.52
Hex F2 E4 19 0 6 5A 5 38 59 34
Octal 362 344 31 0 6 132 5 70 131 64
Binary 11110010 11100100 11001 0 110 1011010 101 111000 1011001 110100

Color Harmonies of #F2E419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E419

Black with #F2E419

Text Example


Text Example

White with #F2E419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E419; }

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

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

background-color css

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

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

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

border-color css

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

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

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