Html Css Color HEX #FADC15 Lemon

📋 copy color: '#FADC15'

red 250 ◦ green 220 ◦ blue 21

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

Shades of Lemon #FADC15

Tints of Lemon #FADC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.28%

R = 50.92%
G = 44.81%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FADC15 (or 0xFADC15) is known color: Lemon. HEX triplet: FA, DC and 15. RGB value is (250,220,21). Sum of RGB (Red+Green+Blue) = 250+220+21=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 21 (8.59% from 255 or 4.28% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC15 is #0523EA. Grayscale: #CFCFCF. Windows color (decimal): -336875 or 1432826. OLE color: 1432826.

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

Color convert

RGB 250 220 21 -
CMYK 0 0.12 0.92 0.02
HSL 52.14º 0.96% 0.53% -
HSV(B) 52.14º 0.92% 0.98% -
XYZ 65.15 71.56 11.09 -
YUV 206.28 23.44 159.18 -
System Red Green Blue C M Y K H S L
Decimal 250 220 21 0 0.12 0.92 0.02 52.14 0.96 0.53
Hex FA DC 15 0 C 5C 2 34 60 35
Octal 372 334 25 0 14 134 2 64 140 65
Binary 11111010 11011100 10101 0 1100 1011100 10 110100 1100000 110101

Color Harmonies of #FADC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC15

Black with #FADC15

Text Example


Text Example

White with #FADC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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