Html Css Color HEX #F9DC1C Lemon

📋 copy color: '#F9DC1C'

red 249 ◦ green 220 ◦ blue 28

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

Shades of Lemon #F9DC1C

Tints of Lemon #F9DC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.63%

R = 50.1%
G = 44.27%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9DC1C (or 0xF9DC1C) is known color: Lemon. HEX triplet: F9, DC and 1C. RGB value is (249,220,28). Sum of RGB (Red+Green+Blue) = 249+220+28=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 28 (11.33% from 255 or 5.63% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DC1C is #0623E3. Grayscale: #CFCFCF. Windows color (decimal): -402404 or 1891577. OLE color: 1891577.

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

Color convert

RGB 249 220 28 -
CMYK 0 0.12 0.89 0.02
HSL 52.13º 0.95% 0.54% -
HSV(B) 52.13º 0.89% 0.98% -
XYZ 64.87 71.41 11.46 -
YUV 206.78 27.11 158.11 -
System Red Green Blue C M Y K H S L
Decimal 249 220 28 0 0.12 0.89 0.02 52.13 0.95 0.54
Hex F9 DC 1C 0 C 59 2 34 5F 36
Octal 371 334 34 0 14 131 2 64 137 66
Binary 11111001 11011100 11100 0 1100 1011001 10 110100 1011111 110110

Color Harmonies of #F9DC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DC1C

Black with #F9DC1C

Text Example


Text Example

White with #F9DC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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