Html Css Color HEX #F5DC1A Lemon

📋 copy color: '#F5DC1A'

red 245 ◦ green 220 ◦ blue 26

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

Shades of Lemon #F5DC1A

Tints of Lemon #F5DC1A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.81%

 BLUE value IS 26 (10.55% from 255) = 5.3%

R = 49.9%
G = 44.81%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5DC1A (or 0xF5DC1A) is known color: Lemon. HEX triplet: F5, DC and 1A. RGB value is (245,220,26). Sum of RGB (Red+Green+Blue) = 245+220+26=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 26 (10.55% from 255 or 5.30% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DC1A is #0A23E5. Grayscale: #CECECE. Windows color (decimal): -664550 or 1760501. OLE color: 1760501.

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

Color convert

RGB 245 220 26 -
CMYK 0 0.10 0.89 0.04
HSL 53.15º 0.92% 0.53% -
HSV(B) 53.15º 0.89% 0.96% -
XYZ 63.44 70.67 11.28 -
YUV 205.36 26.78 156.27 -
System Red Green Blue C M Y K H S L
Decimal 245 220 26 0 0.10 0.89 0.04 53.15 0.92 0.53
Hex F5 DC 1A 0 A 59 4 35 5C 35
Octal 365 334 32 0 12 131 4 65 134 65
Binary 11110101 11011100 11010 0 1010 1011001 100 110101 1011100 110101

Color Harmonies of #F5DC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC1A

Black with #F5DC1A

Text Example


Text Example

White with #F5DC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC1A; }

 p { color: rgb(245,220,26); }

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

background-color css

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

 a { background-color: rgb(245,220,26); }

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

border-color css

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

 span { border-color: rgb(245,220,26); }

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