Html Css Color HEX #FADC19 Lemon

📋 copy color: '#FADC19'

red 250 ◦ green 220 ◦ blue 25

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

Shades of Lemon #FADC19

Tints of Lemon #FADC19

RGB

 RED value IS 250 (98.05% from 255) = 50.51%

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

 BLUE value IS 25 (10.16% from 255) = 5.05%

R = 50.51%
G = 44.44%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FADC19 (or 0xFADC19) is known color: Lemon. HEX triplet: FA, DC and 19. RGB value is (250,220,25). Sum of RGB (Red+Green+Blue) = 250+220+25=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 25 (10.16% from 255 or 5.05% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC19 is #0523E6. Grayscale: #CFCFCF. Windows color (decimal): -336871 or 1694970. OLE color: 1694970.

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

Color convert

RGB 250 220 25 -
CMYK 0 0.12 0.9 0.02
HSL 52º 0.96% 0.54% -
HSV(B) 52º 0.9% 0.98% -
XYZ 65.19 71.58 11.3 -
YUV 206.74 25.44 158.86 -
System Red Green Blue C M Y K H S L
Decimal 250 220 25 0 0.12 0.9 0.02 52 0.96 0.54
Hex FA DC 19 0 C 5A 2 34 60 36
Octal 372 334 31 0 14 132 2 64 140 66
Binary 11111010 11011100 11001 0 1100 1011010 10 110100 1100000 110110

Color Harmonies of #FADC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC19

Black with #FADC19

Text Example


Text Example

White with #FADC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC19; }

 p { color: rgb(250,220,25); }

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

background-color css

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

 a { background-color: rgb(250,220,25); }

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

border-color css

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

 span { border-color: rgb(250,220,25); }

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