Html Css Color HEX #F4E312 Lemon

📋 copy color: '#F4E312'

red 244 ◦ green 227 ◦ blue 18

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

Shades of Lemon #F4E312

Tints of Lemon #F4E312

RGB

 RED value IS 244 (95.7% from 255) = 49.9%

 GREEN value IS 227 (89.06% from 255) = 46.42%

 BLUE value IS 18 (7.42% from 255) = 3.68%

R = 49.9%
G = 46.42%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F4E312 (or 0xF4E312) is known color: Lemon. HEX triplet: F4, E3 and 12. RGB value is (244,227,18). Sum of RGB (Red+Green+Blue) = 244+227+18=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 18 (7.42% from 255 or 3.68% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4E312 is #0B1CED. Grayscale: #D1D1D1. Windows color (decimal): -728302 or 1238004. OLE color: 1238004.

HSL color Cylindrical-coordinate representation of color #F4E312: hue angle of 55.49º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4E312 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 227 18 -
CMYK 0 0.07 0.93 0.04
HSL 55.49º 0.91% 0.51% -
HSV(B) 55.49º 0.93% 0.96% -
XYZ 64.89 74.21 11.48 -
YUV 208.26 20.63 153.49 -
System Red Green Blue C M Y K H S L
Decimal 244 227 18 0 0.07 0.93 0.04 55.49 0.91 0.51
Hex F4 E3 12 0 7 5D 4 37 5B 33
Octal 364 343 22 0 7 135 4 67 133 63
Binary 11110100 11100011 10010 0 111 1011101 100 110111 1011011 110011

Color Harmonies of #F4E312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E312

Black with #F4E312

Text Example


Text Example

White with #F4E312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E312; }

 p { color: rgb(244,227,18); }

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

background-color css

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

 a { background-color: rgb(244,227,18); }

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

border-color css

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

 span { border-color: rgb(244,227,18); }

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