Html Css Color HEX #FADC10 Lemon

📋 copy color: '#FADC10'

red 250 ◦ green 220 ◦ blue 16

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

Shades of Lemon #FADC10

Tints of Lemon #FADC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.29%

R = 51.44%
G = 45.27%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FADC10 (or 0xFADC10) is known color: Lemon. HEX triplet: FA, DC and 10. RGB value is (250,220,16). Sum of RGB (Red+Green+Blue) = 250+220+16=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 16 (6.64% from 255 or 3.29% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC10 is #0523EF. Grayscale: #CECECE. Windows color (decimal): -336880 or 1105146. OLE color: 1105146.

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

Color convert

RGB 250 220 16 -
CMYK 0 0.12 0.94 0.02
HSL 52.31º 0.96% 0.52% -
HSV(B) 52.31º 0.94% 0.98% -
XYZ 65.11 71.55 10.87 -
YUV 205.71 20.94 159.59 -
System Red Green Blue C M Y K H S L
Decimal 250 220 16 0 0.12 0.94 0.02 52.31 0.96 0.52
Hex FA DC 10 0 C 5E 2 34 60 34
Octal 372 334 20 0 14 136 2 64 140 64
Binary 11111010 11011100 10000 0 1100 1011110 10 110100 1100000 110100

Color Harmonies of #FADC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC10

Black with #FADC10

Text Example


Text Example

White with #FADC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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