Html Css Color HEX #F5DC12 Lemon

📋 copy color: '#F5DC12'

red 245 ◦ green 220 ◦ blue 18

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

Shades of Lemon #F5DC12

Tints of Lemon #F5DC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.73%

R = 50.72%
G = 45.55%
B = 3.73%

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

#F5DC12 (or 0xF5DC12) is known color: Lemon. HEX triplet: F5, DC and 12. RGB value is (245,220,18). Sum of RGB (Red+Green+Blue) = 245+220+18=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 18 (7.42% from 255 or 3.73% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DC12 is #0A23ED. Grayscale: #CDCDCD. Windows color (decimal): -664558 or 1236213. OLE color: 1236213.

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

Color convert

RGB 245 220 18 -
CMYK 0 0.10 0.93 0.04
HSL 53.39º 0.92% 0.52% -
HSV(B) 53.39º 0.93% 0.96% -
XYZ 63.36 70.64 10.87 -
YUV 204.45 22.78 156.93 -
System Red Green Blue C M Y K H S L
Decimal 245 220 18 0 0.10 0.93 0.04 53.39 0.92 0.52
Hex F5 DC 12 0 A 5D 4 35 5C 34
Octal 365 334 22 0 12 135 4 65 134 64
Binary 11110101 11011100 10010 0 1010 1011101 100 110101 1011100 110100

Color Harmonies of #F5DC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC12

Black with #F5DC12

Text Example


Text Example

White with #F5DC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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