Html Css Color HEX #FADC18 Lemon

📋 copy color: '#FADC18'

red 250 ◦ green 220 ◦ blue 24

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

Shades of Lemon #FADC18

Tints of Lemon #FADC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.86%

R = 50.61%
G = 44.53%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FADC18 (or 0xFADC18) is known color: Lemon. HEX triplet: FA, DC and 18. RGB value is (250,220,24). Sum of RGB (Red+Green+Blue) = 250+220+24=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 24 (9.77% from 255 or 4.86% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC18 is #0523E7. Grayscale: #CFCFCF. Windows color (decimal): -336872 or 1629434. OLE color: 1629434.

HSL color Cylindrical-coordinate representation of color #FADC18: hue angle of 52.04º 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 #FADC18 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 220 24 -
CMYK 0 0.12 0.90 0.02
HSL 52.04º 0.96% 0.54% -
HSV(B) 52.04º 0.9% 0.98% -
XYZ 65.18 71.58 11.24 -
YUV 206.63 24.94 158.94 -
System Red Green Blue C M Y K H S L
Decimal 250 220 24 0 0.12 0.90 0.02 52.04 0.96 0.54
Hex FA DC 18 0 C 5A 2 34 60 36
Octal 372 334 30 0 14 132 2 64 140 66
Binary 11111010 11011100 11000 0 1100 1011010 10 110100 1100000 110110

Color Harmonies of #FADC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC18

Black with #FADC18

Text Example


Text Example

White with #FADC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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