Html Css Color HEX #F5DC14 Lemon

📋 copy color: '#F5DC14'

red 245 ◦ green 220 ◦ blue 20

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

Shades of Lemon #F5DC14

Tints of Lemon #F5DC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.12%

R = 50.52%
G = 45.36%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F5DC14 (or 0xF5DC14) is known color: Lemon. HEX triplet: F5, DC and 14. RGB value is (245,220,20). Sum of RGB (Red+Green+Blue) = 245+220+20=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 20 (8.20% from 255 or 4.12% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DC14 is #0A23EB. Grayscale: #CDCDCD. Windows color (decimal): -664556 or 1367285. OLE color: 1367285.

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

Color convert

RGB 245 220 20 -
CMYK 0 0.10 0.92 0.04
HSL 53.33º 0.92% 0.52% -
HSV(B) 53.33º 0.92% 0.96% -
XYZ 63.38 70.65 10.96 -
YUV 204.68 23.78 156.76 -
System Red Green Blue C M Y K H S L
Decimal 245 220 20 0 0.10 0.92 0.04 53.33 0.92 0.52
Hex F5 DC 14 0 A 5C 4 35 5C 34
Octal 365 334 24 0 12 134 4 65 134 64
Binary 11110101 11011100 10100 0 1010 1011100 100 110101 1011100 110100

Color Harmonies of #F5DC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC14

Black with #F5DC14

Text Example


Text Example

White with #F5DC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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