Html Css Color HEX #F5ED06 Lemon

📋 copy color: '#F5ED06'

red 245 ◦ green 237 ◦ blue 6

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

Shades of Lemon #F5ED06

Tints of Lemon #F5ED06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.23%

R = 50.2%
G = 48.57%
B = 1.23%

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

#F5ED06 (or 0xF5ED06) is known color: Lemon. HEX triplet: F5, ED and 06. RGB value is (245,237,6). Sum of RGB (Red+Green+Blue) = 245+237+6=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 6 (2.73% from 255 or 1.23% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5ED06 is #0A12F9. Grayscale: #D5D5D5. Windows color (decimal): -660218 or 454133. OLE color: 454133.

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

Color convert

RGB 245 237 6 -
CMYK 0 0.03 0.98 0.04
HSL 57.99º 0.95% 0.49% -
HSV(B) 57.99º 0.98% 0.96% -
XYZ 67.97 79.99 12.03 -
YUV 213.06 11.15 150.78 -
System Red Green Blue C M Y K H S L
Decimal 245 237 6 0 0.03 0.98 0.04 57.99 0.95 0.49
Hex F5 ED 6 0 3 62 4 3A 5F 31
Octal 365 355 6 0 3 142 4 72 137 61
Binary 11110101 11101101 110 0 11 1100010 100 111010 1011111 110001

Color Harmonies of #F5ED06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ED06

Black with #F5ED06

Text Example


Text Example

White with #F5ED06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ED06; }

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

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

background-color css

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

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

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

border-color css

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

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

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