Html Css Color HEX #F4E115 Lemon

📋 copy color: '#F4E115'

red 244 ◦ green 225 ◦ blue 21

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

Shades of Lemon #F4E115

Tints of Lemon #F4E115

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.92%

 BLUE value IS 21 (8.59% from 255) = 4.29%

R = 49.8%
G = 45.92%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F4E115 (or 0xF4E115) is known color: Lemon. HEX triplet: F4, E1 and 15. RGB value is (244,225,21). Sum of RGB (Red+Green+Blue) = 244+225+21=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 21 (8.59% from 255 or 4.29% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4E115 is #0B1EEA. Grayscale: #D0D0D0. Windows color (decimal): -728811 or 1434100. OLE color: 1434100.

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

Color convert

RGB 244 225 21 -
CMYK 0 0.08 0.91 0.04
HSL 54.89º 0.91% 0.52% -
HSV(B) 54.89º 0.91% 0.96% -
XYZ 64.37 73.14 11.43 -
YUV 207.43 22.79 154.09 -
System Red Green Blue C M Y K H S L
Decimal 244 225 21 0 0.08 0.91 0.04 54.89 0.91 0.52
Hex F4 E1 15 0 8 5B 4 37 5B 34
Octal 364 341 25 0 10 133 4 67 133 64
Binary 11110100 11100001 10101 0 1000 1011011 100 110111 1011011 110100

Color Harmonies of #F4E115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E115

Black with #F4E115

Text Example


Text Example

White with #F4E115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E115; }

 p { color: rgb(244,225,21); }

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

background-color css

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

 a { background-color: rgb(244,225,21); }

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

border-color css

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

 span { border-color: rgb(244,225,21); }

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