Html Css Color HEX #FADC11 Lemon

📋 copy color: '#FADC11'

red 250 ◦ green 220 ◦ blue 17

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

Shades of Lemon #FADC11

Tints of Lemon #FADC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.49%

R = 51.33%
G = 45.17%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FADC11 (or 0xFADC11) is known color: Lemon. HEX triplet: FA, DC and 11. RGB value is (250,220,17). Sum of RGB (Red+Green+Blue) = 250+220+17=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 17 (7.03% from 255 or 3.49% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC11 is #0523EE. Grayscale: #CECECE. Windows color (decimal): -336879 or 1170682. OLE color: 1170682.

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

Color convert

RGB 250 220 17 -
CMYK 0 0.12 0.93 0.02
HSL 52.27º 0.96% 0.52% -
HSV(B) 52.27º 0.93% 0.98% -
XYZ 65.12 71.55 10.91 -
YUV 205.83 21.44 159.51 -
System Red Green Blue C M Y K H S L
Decimal 250 220 17 0 0.12 0.93 0.02 52.27 0.96 0.52
Hex FA DC 11 0 C 5D 2 34 60 34
Octal 372 334 21 0 14 135 2 64 140 64
Binary 11111010 11011100 10001 0 1100 1011101 10 110100 1100000 110100

Color Harmonies of #FADC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC11

Black with #FADC11

Text Example


Text Example

White with #FADC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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