Html Css Color HEX #F5ED04 Lemon

📋 copy color: '#F5ED04'

red 245 ◦ green 237 ◦ blue 4

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

Shades of Lemon #F5ED04

Tints of Lemon #F5ED04

RGB

 RED value IS 245 (96.09% from 255) = 50.41%

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

 BLUE value IS 4 (1.95% from 255) = 0.82%

R = 50.41%
G = 48.77%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F5ED04 (or 0xF5ED04) is known color: Lemon. HEX triplet: F5, ED and 04. RGB value is (245,237,4). Sum of RGB (Red+Green+Blue) = 245+237+4=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 4 (1.95% from 255 or 0.82% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5ED04 is #0A12FB. Grayscale: #D5D5D5. Windows color (decimal): -660220 or 323061. OLE color: 323061.

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

Color convert

RGB 245 237 4 -
CMYK 0 0.03 0.98 0.04
HSL 58.01º 0.97% 0.49% -
HSV(B) 58.01º 0.98% 0.96% -
XYZ 67.96 79.99 11.97 -
YUV 212.83 10.15 150.95 -
System Red Green Blue C M Y K H S L
Decimal 245 237 4 0 0.03 0.98 0.04 58.01 0.97 0.49
Hex F5 ED 4 0 3 62 4 3A 61 31
Octal 365 355 4 0 3 142 4 72 141 61
Binary 11110101 11101101 100 0 11 1100010 100 111010 1100001 110001

Color Harmonies of #F5ED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ED04

Black with #F5ED04

Text Example


Text Example

White with #F5ED04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ED04; }

 p { color: rgb(245,237,4); }

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

background-color css

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

 a { background-color: rgb(245,237,4); }

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

border-color css

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

 span { border-color: rgb(245,237,4); }

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