Html Css Color HEX #F2E613 Lemon

📋 copy color: '#F2E613'

red 242 ◦ green 230 ◦ blue 19

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

Shades of Lemon #F2E613

Tints of Lemon #F2E613

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.84%

 BLUE value IS 19 (7.81% from 255) = 3.87%

R = 49.29%
G = 46.84%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2E613 (or 0xF2E613) is known color: Lemon. HEX triplet: F2, E6 and 13. RGB value is (242,230,19). Sum of RGB (Red+Green+Blue) = 242+230+19=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 19 (7.81% from 255 or 3.87% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E613 is #0D19EC. Grayscale: #D2D2D2. Windows color (decimal): -858605 or 1304306. OLE color: 1304306.

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

Color convert

RGB 242 230 19 -
CMYK 0 0.05 0.92 0.05
HSL 56.77º 0.9% 0.51% -
HSV(B) 56.77º 0.92% 0.95% -
XYZ 65.03 75.52 11.76 -
YUV 209.53 20.48 151.16 -
System Red Green Blue C M Y K H S L
Decimal 242 230 19 0 0.05 0.92 0.05 56.77 0.9 0.51
Hex F2 E6 13 0 5 5C 5 39 5A 33
Octal 362 346 23 0 5 134 5 71 132 63
Binary 11110010 11100110 10011 0 101 1011100 101 111001 1011010 110011

Color Harmonies of #F2E613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E613

Black with #F2E613

Text Example


Text Example

White with #F2E613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E613; }

 p { color: rgb(242,230,19); }

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

background-color css

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

 a { background-color: rgb(242,230,19); }

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

border-color css

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

 span { border-color: rgb(242,230,19); }

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