Html Css Color HEX #F4ED14 Lemon

📋 copy color: '#F4ED14'

red 244 ◦ green 237 ◦ blue 20

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

Shades of Lemon #F4ED14

Tints of Lemon #F4ED14

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.31%

 BLUE value IS 20 (8.2% from 255) = 3.99%

R = 48.7%
G = 47.31%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F4ED14 (or 0xF4ED14) is known color: Lemon. HEX triplet: F4, ED and 14. RGB value is (244,237,20). Sum of RGB (Red+Green+Blue) = 244+237+20=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 20 (8.20% from 255 or 3.99% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ED14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4ED14 is #0B12EB. Grayscale: #D7D7D7. Windows color (decimal): -725740 or 1371636. OLE color: 1371636.

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

Color convert

RGB 244 237 20 -
CMYK 0 0.03 0.92 0.04
HSL 58.13º 0.91% 0.52% -
HSV(B) 58.13º 0.92% 0.96% -
XYZ 67.72 79.85 12.51 -
YUV 214.36 18.32 149.14 -
System Red Green Blue C M Y K H S L
Decimal 244 237 20 0 0.03 0.92 0.04 58.13 0.91 0.52
Hex F4 ED 14 0 3 5C 4 3A 5B 34
Octal 364 355 24 0 3 134 4 72 133 64
Binary 11110100 11101101 10100 0 11 1011100 100 111010 1011011 110100

Color Harmonies of #F4ED14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4ED14

Black with #F4ED14

Text Example


Text Example

White with #F4ED14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4ED14; }

 p { color: rgb(244,237,20); }

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

background-color css

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

 a { background-color: rgb(244,237,20); }

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

border-color css

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

 span { border-color: rgb(244,237,20); }

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