Html Css Color HEX #F4E420 Lemon

📋 copy color: '#F4E420'

red 244 ◦ green 228 ◦ blue 32

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

Shades of Lemon #F4E420

Tints of Lemon #F4E420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.35%

R = 48.41%
G = 45.24%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F4E420 (or 0xF4E420) is known color: Lemon. HEX triplet: F4, E4 and 20. RGB value is (244,228,32). Sum of RGB (Red+Green+Blue) = 244+228+32=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 32 (12.89% from 255 or 6.35% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4E420 is #0B1BDF. Grayscale: #D3D3D3. Windows color (decimal): -728032 or 2155764. OLE color: 2155764.

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

Color convert

RGB 244 228 32 -
CMYK 0 0.07 0.87 0.04
HSL 55.47º 0.91% 0.54% -
HSV(B) 55.47º 0.87% 0.96% -
XYZ 65.31 74.82 12.37 -
YUV 210.44 27.3 151.94 -
System Red Green Blue C M Y K H S L
Decimal 244 228 32 0 0.07 0.87 0.04 55.47 0.91 0.54
Hex F4 E4 20 0 7 57 4 37 5B 36
Octal 364 344 40 0 7 127 4 67 133 66
Binary 11110100 11100100 100000 0 111 1010111 100 110111 1011011 110110

Color Harmonies of #F4E420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E420

Black with #F4E420

Text Example


Text Example

White with #F4E420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E420; }

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

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

background-color css

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

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

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

border-color css

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

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

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