Html Css Color HEX #F5DC11 Lemon

📋 copy color: '#F5DC11'

red 245 ◦ green 220 ◦ blue 17

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

Shades of Lemon #F5DC11

Tints of Lemon #F5DC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.53%

R = 50.83%
G = 45.64%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F5DC11 (or 0xF5DC11) is known color: Lemon. HEX triplet: F5, DC and 11. RGB value is (245,220,17). Sum of RGB (Red+Green+Blue) = 245+220+17=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 17 (7.03% from 255 or 3.53% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DC11 is #0A23EE. Grayscale: #CDCDCD. Windows color (decimal): -664559 or 1170677. OLE color: 1170677.

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

Color convert

RGB 245 220 17 -
CMYK 0 0.10 0.93 0.04
HSL 53.42º 0.92% 0.51% -
HSV(B) 53.42º 0.93% 0.96% -
XYZ 63.35 70.64 10.83 -
YUV 204.33 22.28 157.01 -
System Red Green Blue C M Y K H S L
Decimal 245 220 17 0 0.10 0.93 0.04 53.42 0.92 0.51
Hex F5 DC 11 0 A 5D 4 35 5C 33
Octal 365 334 21 0 12 135 4 65 134 63
Binary 11110101 11011100 10001 0 1010 1011101 100 110101 1011100 110011

Color Harmonies of #F5DC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC11

Black with #F5DC11

Text Example


Text Example

White with #F5DC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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