Html Css Color HEX #F4ED10 Lemon

📋 copy color: '#F4ED10'

red 244 ◦ green 237 ◦ blue 16

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

Shades of Lemon #F4ED10

Tints of Lemon #F4ED10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.22%

R = 49.09%
G = 47.69%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F4ED10 (or 0xF4ED10) is known color: Lemon. HEX triplet: F4, ED and 10. RGB value is (244,237,16). Sum of RGB (Red+Green+Blue) = 244+237+16=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 16 (6.64% from 255 or 3.22% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ED10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4ED10 is #0B12EF. Grayscale: #D6D6D6. Windows color (decimal): -725744 or 1109492. OLE color: 1109492.

HSL color Cylindrical-coordinate representation of color #F4ED10: hue angle of 58.16º 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 #F4ED10 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 237 16 -
CMYK 0 0.03 0.93 0.04
HSL 58.16º 0.91% 0.51% -
HSV(B) 58.16º 0.93% 0.96% -
XYZ 67.69 79.84 12.33 -
YUV 213.9 16.32 149.47 -
System Red Green Blue C M Y K H S L
Decimal 244 237 16 0 0.03 0.93 0.04 58.16 0.91 0.51
Hex F4 ED 10 0 3 5D 4 3A 5B 33
Octal 364 355 20 0 3 135 4 72 133 63
Binary 11110100 11101101 10000 0 11 1011101 100 111010 1011011 110011

Color Harmonies of #F4ED10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4ED10

Black with #F4ED10

Text Example


Text Example

White with #F4ED10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4ED10; }

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

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

background-color css

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

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

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

border-color css

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

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

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