Html Css Color HEX #F9DC14 Lemon

📋 copy color: '#F9DC14'

red 249 ◦ green 220 ◦ blue 20

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

Shades of Lemon #F9DC14

Tints of Lemon #F9DC14

RGB

 RED value IS 249 (97.66% from 255) = 50.92%

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

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

R = 50.92%
G = 44.99%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F9DC14 (or 0xF9DC14) is known color: Lemon. HEX triplet: F9, DC and 14. RGB value is (249,220,20). Sum of RGB (Red+Green+Blue) = 249+220+20=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DC14 is #0623EB. Grayscale: #CECECE. Windows color (decimal): -402412 or 1367289. OLE color: 1367289.

HSL color Cylindrical-coordinate representation of color #F9DC14: hue angle of 52.4º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9DC14 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 220 20 -
CMYK 0 0.12 0.92 0.02
HSL 52.4º 0.95% 0.53% -
HSV(B) 52.4º 0.92% 0.98% -
XYZ 64.79 71.38 11.02 -
YUV 205.87 23.11 158.76 -
System Red Green Blue C M Y K H S L
Decimal 249 220 20 0 0.12 0.92 0.02 52.4 0.95 0.53
Hex F9 DC 14 0 C 5C 2 34 5F 35
Octal 371 334 24 0 14 134 2 64 137 65
Binary 11111001 11011100 10100 0 1100 1011100 10 110100 1011111 110101

Color Harmonies of #F9DC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DC14

Black with #F9DC14

Text Example


Text Example

White with #F9DC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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