Html Css Color HEX #F5ED03 Lemon

📋 copy color: '#F5ED03'

red 245 ◦ green 237 ◦ blue 3

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

Shades of Lemon #F5ED03

Tints of Lemon #F5ED03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.62%

R = 50.52%
G = 48.87%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F5ED03 (or 0xF5ED03) is known color: Lemon. HEX triplet: F5, ED and 03. RGB value is (245,237,3). Sum of RGB (Red+Green+Blue) = 245+237+3=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 3 (1.56% from 255 or 0.62% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5ED03 is #0A12FC. Grayscale: #D5D5D5. Windows color (decimal): -660221 or 257525. OLE color: 257525.

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

Color convert

RGB 245 237 3 -
CMYK 0 0.03 0.99 0.04
HSL 58.02º 0.98% 0.49% -
HSV(B) 58.02º 0.99% 0.96% -
XYZ 67.96 79.99 11.94 -
YUV 212.72 9.65 151.03 -
System Red Green Blue C M Y K H S L
Decimal 245 237 3 0 0.03 0.99 0.04 58.02 0.98 0.49
Hex F5 ED 3 0 3 63 4 3A 62 31
Octal 365 355 3 0 3 143 4 72 142 61
Binary 11110101 11101101 11 0 11 1100011 100 111010 1100010 110001

Color Harmonies of #F5ED03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ED03

Black with #F5ED03

Text Example


Text Example

White with #F5ED03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ED03; }

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

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

background-color css

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

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

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

border-color css

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

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

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