Html Css Color HEX #F4E40D Lemon

📋 copy color: '#F4E40D'

red 244 ◦ green 228 ◦ blue 13

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

Shades of Lemon #F4E40D

Tints of Lemon #F4E40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.68%

R = 50.31%
G = 47.01%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4E40D (or 0xF4E40D) is known color: Lemon. HEX triplet: F4, E4 and 0D. RGB value is (244,228,13). Sum of RGB (Red+Green+Blue) = 244+228+13=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 13 (5.47% from 255 or 2.68% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4E40D is #0B1BF2. Grayscale: #D1D1D1. Windows color (decimal): -728051 or 910580. OLE color: 910580.

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

Color convert

RGB 244 228 13 -
CMYK 0 0.07 0.95 0.04
HSL 55.84º 0.91% 0.5% -
HSV(B) 55.84º 0.95% 0.96% -
XYZ 65.12 74.75 11.38 -
YUV 208.27 17.8 153.48 -
System Red Green Blue C M Y K H S L
Decimal 244 228 13 0 0.07 0.95 0.04 55.84 0.91 0.5
Hex F4 E4 D 0 7 5F 4 38 5B 32
Octal 364 344 15 0 7 137 4 70 133 62
Binary 11110100 11100100 1101 0 111 1011111 100 111000 1011011 110010

Color Harmonies of #F4E40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E40D

Black with #F4E40D

Text Example


Text Example

White with #F4E40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E40D; }

 p { color: rgb(244,228,13); }

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

background-color css

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

 a { background-color: rgb(244,228,13); }

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

border-color css

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

 span { border-color: rgb(244,228,13); }

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