Html Css Color HEX #FADC12 Lemon

📋 copy color: '#FADC12'

red 250 ◦ green 220 ◦ blue 18

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

Shades of Lemon #FADC12

Tints of Lemon #FADC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.69%

R = 51.23%
G = 45.08%
B = 3.69%

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

#FADC12 (or 0xFADC12) is known color: Lemon. HEX triplet: FA, DC and 12. RGB value is (250,220,18). Sum of RGB (Red+Green+Blue) = 250+220+18=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 18 (7.42% from 255 or 3.69% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC12 is #0523ED. Grayscale: #CECECE. Windows color (decimal): -336878 or 1236218. OLE color: 1236218.

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

Color convert

RGB 250 220 18 -
CMYK 0 0.12 0.93 0.02
HSL 52.24º 0.96% 0.53% -
HSV(B) 52.24º 0.93% 0.98% -
XYZ 65.13 71.55 10.95 -
YUV 205.94 21.94 159.43 -
System Red Green Blue C M Y K H S L
Decimal 250 220 18 0 0.12 0.93 0.02 52.24 0.96 0.53
Hex FA DC 12 0 C 5D 2 34 60 35
Octal 372 334 22 0 14 135 2 64 140 65
Binary 11111010 11011100 10010 0 1100 1011101 10 110100 1100000 110101

Color Harmonies of #FADC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC12

Black with #FADC12

Text Example


Text Example

White with #FADC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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